DEV Community

Discussion on: Writing Clean Code

Collapse
 
danieldubovski profile image
Daniel Dubovski

Couldn't agree more. Was very close to writing my own article emphasizing the need to be clear when writing code.
To be more specific, the guidelines you iterated, help read code as if it was a story, or a self explanatory recipe. Bad naming often helps find bad code separation patterns, while nesting tends to make code hard to follow. Very good post!