Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split CLI into library & printing #207

Open
AurumTheEnd opened this issue Oct 22, 2021 · 1 comment
Open

Split CLI into library & printing #207

AurumTheEnd opened this issue Oct 22, 2021 · 1 comment

Comments

@AurumTheEnd
Copy link
Collaborator

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.

@AurumTheEnd AurumTheEnd added this to the JRD 7.0 milestone Oct 22, 2021
@judovana
Copy link
Owner

initial work waS DONE: 04ddf73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants