You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the Python standard in PEP-8, and having classes with Cap_Words (e.g., Bank_Account) is confusing. Since the API is not finalized yet, do you think it's possible to change those to BankAccount etc, and maybe keep the old ones, but with a deprecation warning?
The text was updated successfully, but these errors were encountered:
It's the Python standard in PEP-8, and having classes with Cap_Words (e.g.,
Bank_Account
) is confusing. Since the API is not finalized yet, do you think it's possible to change those toBankAccount
etc, and maybe keep the old ones, but with a deprecation warning?The text was updated successfully, but these errors were encountered: