github / copilot-codespaces-demo

Welcome to the Copilot + Codespaces Demo Experience!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python files should use `snake_case`

dkmiller opened this issue · comments

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#:

https://github.com/ConvertCommentsToCode.py

You're absolutely right! Would you be interested in opening a PR making those updates? I'd be happy to review & merge.