-
-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
Milestone
Description
I am not really fond of the readability of attic's code. Variable names like "t0" and "st" are nice to write but don't make it very readable and brake PEP 0008 as they clearly aren't words:
lowercase with words separated by underscores as necessary to improve readability.
However, changing variable names should be discussed as it brakes code compatibility with attic, see #1
Reactions are currently unavailable