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
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Before V1 LTS, we should ensure that methods have consistent casing. I believe snake case is recommended for Python.
There are a few methods that will need to change:
registerLogger
->register_logger
,openAll
->open_all
, etc.Also we could investigate setting up a lint rule that enforces method name casing so we don't have to do it manually 😋
The text was updated successfully, but these errors were encountered: