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

Naming Variables

Name: Anonymous 2011-04-06 21:07

I just name them as they come. For example the first one will be something like int one;, the second int two;, etc, etc...
I think it's a pretty good system.

Name: Anonymous 2011-04-07 9:03

You should use short names for local variables and longer meaningful names for function arguments, global variables and fields of classes.

Method's body should be short, so you may understand meaning of short variable's name easily.

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