DEV Community

Discussion on: Code for Humans

Collapse
 
6temes profile image
Daniel • Edited

Great article!

I would add:

  • In general, consistency is more important than other considerations. Before editing code, it is good to have a look around, gasp what is the general style and try to mimmic it as much as possible.

  • Linting and automatic formating makes life better for all the team. Discussions should be about architecture, not about semicolons.