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
Currently, Cli.java contains both actual CLI-handling methods and static methods happily utilized by the GUI. Mix in the stdout/err outputing that CLI-handling has to do, and you get a mess. Splitting these two functionalities would greatly benefit code readability and logical separation.
The text was updated successfully, but these errors were encountered:
Currently,
Cli.java
contains both actual CLI-handling methods and static methods happily utilized by the GUI. Mix in the stdout/err outputing that CLI-handling has to do, and you get a mess. Splitting these two functionalities would greatly benefit code readability and logical separation.The text was updated successfully, but these errors were encountered: