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


in reply to Re^6: CamelCase really that bad?
in thread CamelCase really that bad?

Those modules are not using camel case for methods at all. For package names there was no question from my side.

:) Well, they weren't given as an example of using camel case for methods :D

:P ^\s*sub\s+[a-zA-Z]+[A-Z][a-z]+ file:.pm$ -file:WriteAll.pm -file:Metadata.pm -file:AutoInstall.pm · CPAN->grep

Replies are listed 'Best First'.
Re^8: CamelCase really that bad?
by zwon (Abbot) on Aug 29, 2016 at 19:55 UTC
    Awesome, thank you! Without going through all the results and doing any actual counting I would say camelCase for methods is used about as much as CamelCase.