Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Are you referring to camelCase or do you want your variables to start with capital letters?
-
@ChibangLW I mean that I don't want my functions (yes he meant literally everything, not only variables actually) having names like "binarysort()" instead of "binarySort()" or "binary_sort()".
-
@filthyranter that's not only ugly but it will get quiet difficult to read if you have a little more complex names.
-
@ChibangLW You mean such as thisisaverylongclassname instead of thisIsAVeryLongClassname?
Related Rants
"...but for now, make all variables lowercase for simplicity."
Yeah teacher, no. Never.
undefined
wk66
why would you do that