Closed WolfgangFahl closed 2 years ago
The CamelCase issue come from my personal background. See https://stackoverflow.com/questions/8908760/should-i-use-camel-case-or-underscores-in-python. So e.g. for download.py and some testingCode you'll see me referencing: You clipped an important part of PEP8: "mixedCase is allowed only in contexts where that's already the prevailing style (e.g. threading.py), to retain backwards compatibility." Sometimes, CamelCase is acceptable. –
I'll try to stick more to PEP8 for new code and fix older code every once in a while,
Discussed in https://github.com/justpy-org/justpy/discussions/490