Why are many languages case sensitive?
Is it simply a matter of inheritance? C++ is case-sensitive because C is, Java is case-sensitive because C++ is, etc.? Or is t
Because many people find employeeSocailSecurityNumber just as readable as employee_social_security_number and it is shorter.