Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Pedantry.

Name: Anonymous 2011-05-31 2:58

So, /prog/, how pedantic are you with your code?
I believe that pedants write better code. I look after my indentation, uniform style, and compiler warnings (even for unnecessary warnings such as implicit widening) with high strictness.

Name: Anonymous 2011-05-31 5:20

>>1
Since emacs automatically indents my code, I often just align things and strategically place newlines.

I still have to find my import order, though, now it's like:
system libraries.
system libraries. (filter/exclude/rename bindings if the module system makes it possible)
other libraries.
other libraries, renames.
my imports.
my imports, renames.

Don't change these.
Name: Email:
Entire Thread Thread List