Cornstalks, on 07 February 2012 - 11:33 AM, said:
AltarofScience, on 07 February 2012 - 11:30 AM, said:
thing=0;
otherthing=10;
while(thing<otherthing) {
stuff;
stuff;
thing++;
}
more;
code;
all;
on;
the;
left;
spacing things out generally confuses the hell out of me too.
I don't think its that wierd; I've seen code like this in C by a guy who had previously only worked in assembly language for some kind of PIC chips. He was writing very low level code, pretty much treating cc as a code generator. If I encountered code like this for high level operations though, i would very tempted to do a ^a ^k ^f...


















