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

shittyCase

Name: Anonymous 2012-08-13 10:47

Why did people even consider using this shitty unreadable method of separating words inside compound identifiers?  Why the fuck is it recommended style for Javascript, Haskell and other half-decent languages?  Why does Python use it in some of its identifiers (but not in all, because it is inconsistent shit)? 

Why won't underscores do (or even real spaces for some languages)?  Makes code much more readable.

Name: Anonymous 2012-08-16 16:52

>>10
E. g. there is no valid C construction where you can write foo bar.  It should have some sort of operator or syntactic token between them.
typedef int foo;
foo bar;

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