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-23 12:47 ID:qm9Vo2GC

In assembler I never used labels, but absolute addresses.  I continue the tradition today, by just using numbers for names, i.e. v00000000, v00000001, v00000002, etc.  I use this notation for every variable name and label.  I also use goto, never use function calls, and make extensive use of global variables, because using the stack is a security risk.

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