compSPI / ioSPI

I/O and Data Visualization
MIT License
4 stars 7 forks source link

consistent use of uppercase and lowercase for ioSPI and other repos #5

Closed fredericpoitevin closed 2 years ago

fredericpoitevin commented 3 years ago

According to PEP8 naming conventions, modules need to be all-lowercases (https://www.python.org/dev/peps/pep-0008/#package-and-module-names).

I think it is a good idea but that means we will need to rename all the repos like that: ioSPI ==> iospi, reduceSPI ==> reducespi, etc.

Should we do that?

ninamiolane commented 3 years ago

Yes, iospi, compspi, reducespi etc are less readable without the uppercase letters :/ should we make an exception (everywhere, also in all the filenames), and keep SPI in uppercase? E.g. ioSPI.yml, reduceSPI.yml etc?

fredericpoitevin commented 3 years ago

Ah yes I'd be happy with this exception! As long as "SPI" is always at the end of the name, never at the beginning and never followed by something else (to avoid what would look like a camelcase) this could work :D

Let's do that?