5 ms·
AI wrote better code than most of my colleagues. Especially with my rules: - Prefer simple, boring solution - Before adding complexity to work around a const
by sigi64 8mo ago
AI wrote better code than most of my colleagues.
Especially with my rules:
- Prefer simple, boring solution
- Before adding complexity to work around a constraint, ask if the constraint needs to exist.
- Remember: The best code is often the code you don't write.