|
|
|
|
|
by mr_clump
3838 days ago
|
|
The classic coding book 'Code Complete' recommends adding spaces after and before brackets. The idea being the increased white space improves code readability. I used to agree, but more recently have decided it ultimately ends up making things more difficult to read by increasing the amount of scanning your eyes need to do. |
|