|
|
|
|
|
by DanielBMarkham
6195 days ago
|
|
I'm a braces-stand-alone person. I've seen code that got confusing with K&R, especially when the programmer forgot to indent the next lines. And I really like the ability to adjust control flow with block commenting you have with braces-stand-alone. I'm not looking to compress code. My goal is to make code as readable as possible. Anything I can do to make it explicitly clear what's going on I'm going to do. Code should not read like a mystery novel. |
|
A single bracket on an otherwise empty line carries very little information, so why not reduce the strain on the eyes.