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.
for (;;) {
//True braces convention
}