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
To make it easier for future developers on reactivepy, let's refactor a few things:
Be consistent with f-strings since this supports 3.6+
Clean up import statements (order by stdlib, 3rd party packages, reactivepy imports)
Add metadata for pypi to setup.py (pypa has an example repo and jupyterhub is a good model)
Go through and add docstrings that would be helpful for a future developer (they are also very handy for autodocumenting things) - Your 6 month from now self will thank you ;-)
To make it easier for future developers on reactivepy, let's refactor a few things: