DEV Community

Discussion on: Design your code for readability

Collapse
 
damcosset profile image
Damien Cosset • Edited

Good article. Always something we have to be concerned about. I took it upon myself to configure a linter for new projects at work. At least, the repository will have the same syntax everywhere. Rules can be changed or added later. Not perfect, but it feels like only one person wrote the whole thing.

Now, on to all the other reminders :)

Collapse
 
ice_lenor profile image
Elena

Thanks, Damien! For my previous project we had a linter too - helped a lot. Also the team climate has improved. No one was arguing about whether to put spaces after brackets when calling a method or not. The productivity has increased)). Only positive consequences. So yes, great advice!