wobscale / EuIrcBot

A featureful nodejs irc bot
MIT License
14 stars 15 forks source link

:snake: Allow non-camelcase function names #191

Closed LinuxMercedes closed 6 years ago

LinuxMercedes commented 6 years ago

A bunch of euircbot's code uses :snake: case, and frankly I prefer it myself.

euank commented 6 years ago

Notable users of snake case are the run_foo command definition style. Technically the module code supports run_foo and runFoo (gosh knows why), but in that specific case snake case has been preferred thusfar.

I'm not totally happy about this, but I guess fine by me