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
@philvarner - I started this project trying to write it as functional-oriented as possible, but there's so much duplicated code where the session, errors, warnings, etc. are passed to every method. A better approach would be to put everything in a class and access those as self.
The text was updated successfully, but these errors were encountered:
@philvarner - I started this project trying to write it as functional-oriented as possible, but there's so much duplicated code where the session, errors, warnings, etc. are passed to every method. A better approach would be to put everything in a class and access those as self.
The text was updated successfully, but these errors were encountered: