DEV Community

Discussion on: 10 practices for writing readable code

Collapse
 
bacchusplateau profile image
Bret Williams

Nice and concise. What bugs me currently when reading code are debug directives peppered inline with code. #if DEBUG...blah blah. Really makes it hard to read the real code.