|
|
|
|
|
by ErrantX
6196 days ago
|
|
I always used to use K&R style and I think it teaches bad habits: I used to obsess about compressing code. I remember when I started trying to help people with learning Python. A friend, and arguably better (python) programmer, commented: Go Tom, great stuff. Now all we've got to do convince is teach you to space it all out so I can read it I switched to Allman after that: much to the relief of many people ;) |
|
Having used python and small amounts of lisp, I also flirted with rolling up all the close parens/braces on the end of lines with no white space.