DEV Community

Discussion on: 10 practices for writing readable code

Collapse
 
mdbkdda profile image
mdbkdda

Thank you for this article - I am working on a new project, implementing an API and was struggling with what to return for some of the operations. Your last practice - Symmetry in code is where the same idea is expressed the same way everywhere it appears - helped me settle on what I think will be the best approach.