The camelCase Naming Experiment

NOT ACTIVE

One thing that you have to struggle with as a web developer is how to assign names to everything. Different languages follow different naming conventions: PHP: user_id JS: userId SQL: (I've seen various naming conventions for naming columns in a table) css: user-id This can get to be very confusing, consider this code: