mpaesold / solarvic

1 stars 1 forks source link

Common standard for file format #11

Open CodeDetritus opened 2 years ago

CodeDetritus commented 2 years ago

Personally, I have always been far too loose with naming conventions and file formats. However, I have started using PyCharm and, by default, it is pretty strict - calls you up for using camelCase because it prefers underscore_format, adds extra lines, suggests removing redundant parentheses, etc. I don't mind switching off those various options (I assume that they are options), but they also do have some value. And it would at least be good to have some consistency between us. Thoughts?

mpaesold commented 2 years ago

Style guide: PEP 8