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

naming conventions

Name: Anonymous 2007-05-19 22:21 ID:Hhy+e3mf

What's /prog/'s preferred naming convention for C-like languages? Personally I find CamelCase easier to type, but under_score easier to read.

Name: Anonymous 2007-05-21 4:11 ID:RFWzXHqK

>>20
No.

#define DEFINE_CONSTANT bla
class ClassName() {
    int variableName;
    void functionName() {
        for (int i; i<5; i++) {
            //the only programming style
        }
    }
}

K&R style, without the gay ass "class declaration open brace compensating for compiler shortcomings" bullshit.

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