I realized today that in, ACL, a scripting language I use at work, I have been using a mixture of PascalCase
and snake_case
(like this: Table_Name
) that is the worst of both worlds in terms of typing difficulty. Fortunately, ACL is not case-sensitive.
Read other posts