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-19 1:28

>>19
C has been around so long that you can often guess a programmer's (or program's) heritage based on what convention is used. AT&T devotees and Linux kernel hackers prefer all lower case, separated by underscores.  The MIT/X11 guys, GL programmers, and C++ refugees mostly prefer camel case.  Camel case with all uppercase typedefs (especially for pointers) is a sure sign of a Windows programmer...

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