DEV Community

Discussion on: What are the unwritten rules of development?

Collapse
 
jadjare profile image
jadjare

This is a rule I regularly promote.

Todo comments are not for bug fix reminders.
Todos are for acknowledging completed code could be done better but the current code meets requirements and is therefore shippable.

Collapse
 
elmuerte profile image
Michiel Hendriks

Yeah, we have // FIXME comments to remind us of bugs ;)