top | item 37808638

(no title)

log101 | 2 years ago

I'd prefer BORING instead of STUPID. I don't want to see coworkers talking about writing "stupid code" all-day.

discuss

order

fsloth|2 years ago

Yes! This! The code should be so boring it's never a point of discussion. This implies several things - for example when bringing in a new person, it should be straightforward to teach them how to work with codebase.

Other implications include naming conventions, sufficient amount of documentation, what architectural patterns to choose (if you need to do something that even hints of accidental complexity you need to have really good justification for it)...etc.

euroderf|2 years ago

> The code should be so boring it's never a point of discussion. This implies several things - for example when bringing in a new person, it should be straightforward to teach them how to work with codebase.

Go is your friend.