Gavin Doughtie on 29 Jul 2003 16:07:28 -0000


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [ALACPP] Thoughts on last night's code sample




Christopher Smith wrote:

 > Criticism 5: I hate the brace layout style. It's unhealthy for my brain.

Yay! I care very little for brace layout style rigor, though I did put my foot down about this:

for(...){
	if (...){
		for(...) {
			blah; }}}

which I once had use, in order to conserve vertical space. ('cause, you know, those VT100s only show 24 lines at a time).

The problem is multiple scope closures on the same line, which make source-level debugging something of a chore.



_______________________________________________
alacpp mailing list
alacpp@xxxxxxxxxxx
http://lists.ellipsis.cx/mailman/listinfo/alacpp