I personally wouldn't put the curly braces on new lines. I'd do:if (blah) { fuckShit(vec(0,0,1));}etc. etc.
That's exactly how I code, it's so tidy O.o
I personally wouldn't put the curly braces on new lines. I'd do:
ReplyDeleteif (blah) {
fuckShit(vec(0,0,1));
}
etc. etc.
That's exactly how I code, it's so tidy O.o
ReplyDelete