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
Files such as utils.py are becoming bigger than they should and a refactor is necessary to accomodate future additions.
In this specific case we can create a /utils/ dir and subdivide the functions into their own file
Other parts might require similar changes
The text was updated successfully, but these errors were encountered:
Files such as utils.py are becoming bigger than they should and a refactor is necessary to accomodate future additions.
In this specific case we can create a /utils/ dir and subdivide the functions into their own file
Other parts might require similar changes
The text was updated successfully, but these errors were encountered: