15 ms·
I always liked the way he formatted his C code - opening and closing braces on indented on line by themselves, the code inside the braces indented the same amou
by barryp 4y ago
I always liked the way he formatted his C code - opening and closing braces on indented on line by themselves, the code inside the braces indented the same amount. Appealed to my Python side, long before I ever saw Python.
Wrote a lot of code that way, wish that style had caught on.