http://www.perlmonks.org?node_id=990386


in reply to camelCase vs snake_case

I am with sundialsvc4 on this. BE CONSISTENT (and thus predictable).

One small addition. If a complete projects talks to another project, and that other project already follows rules for naming conventions, it might be wise to follow those rules, as it is highly expectable that developers of either will have to dig in the code of the other. Having the same variable and method names helps a lot.

Just my ¢2


Enjoy, Have FUN! H.Merijn