pishoyg / coptic

This is a project that aims to make the Coptic language more learnable.
https://remnqymi.com/
GNU General Public License v3.0
10 stars 0 forks source link

[Python] Stop Using Global Variables #219

Open pishoyg opened 3 months ago

pishoyg commented 3 months ago

There are currently two locations where global variables are used:

TODO: Try to enable the dead pre-commit hook after doing this refactoring. See #213 and 5fcee4cebf613cbb82a38a158f7c848778e580bd.

pishoyg commented 3 months ago

TODO: Use the @staticmethod decorator where appropriate.