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
Libraries SHOULD not call sys.exit() or print messages; they should raise exceptions, and wherever feasible use strings formatted with List[ANSIThemeString] as extra arguments to the exceptions (only works for our custom exceptions).
Libraries MUST not have circular dependencies; define acceptable dependencies and stick to them
While refactoring has not been fully completed yet, the systempath branch should now support installing to, and working from, the system path. There are probably still things to consider, but we're close to the point where we could consider creating .deb packages.
All libraries should be refactored to remove the worst cases of spaghetti code.
Desired outcome:
The text was updated successfully, but these errors were encountered: