Python files should use `snake_case`
dkmiller opened this issue · comments
Dan Miller commented
Python conventions are to name modules (files) like snake_case.py
:
modules (filenames) should have short, all-lowercase names, and they can contain underscores
Some files in this repo are named using PascalCase instead, as if they were written in C#:
Josh Abernathy commented
You're absolutely right! Would you be interested in opening a PR making those updates? I'd be happy to review & merge.