DEV Community

Discussion on: Clean code... Why bother? - Part 2

Collapse
 
paulasantamaria profile image
Paula Santamaría

I see what you mean. Sometimes when I'm having doubts about how to clean up my code I go to the language or framework official documentation. They usually have a section about good practices and all the code examples follow those practices. Like with C# Coding conventions.
Also, you may be interested in the book Clean Code: A Handbook of Agile Software Craftsmanship.