[quote name='AltarofScience' timestamp='1328635801' post='4910564']
I guess I am just a bizarre abberation. I write all my code with every line on the left edge
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.
Yup, that's pretty weird. But there's no mistakes in teh codes....
[/quote]
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...