Monday, April 6, 2009

Is it me or..

.. is my coding style not one of the nicest?

2 comments:

  1. I personally wouldn't put the curly braces on new lines. I'd do:
    if (blah) {
    fuckShit(vec(0,0,1));
    }

    etc. etc.

    ReplyDelete
  2. That's exactly how I code, it's so tidy O.o

    ReplyDelete