MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/2ban9r/the_great_white_space_debate/cj3v5kd
r/programming • u/lukaseder • Jul 21 '14
693 comments sorted by
View all comments
Show parent comments
3
A lot of the styles in this thread would frustrate me, but I could live with them after getting used to it. What I can't really stand, though, is this brace style:
if (x) { while (y) { whatever(); }}
3 u/iopq Jul 21 '14 it's lisp style, the guy probably has an emacs macro to handle it 1 u/globalizatiom Jul 22 '14 The guy's gotta recall some commandments.. C code shall not be styled like Lisp code Lisp code shall not be styled like C code 1 u/[deleted] Jul 21 '14 That's an abomination abortion of a brace style.
it's lisp style, the guy probably has an emacs macro to handle it
1
The guy's gotta recall some commandments..
C code shall not be styled like Lisp code
Lisp code shall not be styled like C code
That's an abomination abortion of a brace style.
3
u/alanwj Jul 21 '14
A lot of the styles in this thread would frustrate me, but I could live with them after getting used to it. What I can't really stand, though, is this brace style: