java-runtime-decompiler icon indicating copy to clipboard operation
java-runtime-decompiler copied to clipboard

Split CLI into library & printing

Open AurumTheEnd opened this issue 3 years ago • 1 comments

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 avatar Oct 22 '21 13:10 AurumTheEnd

initial work waS DONE: https://github.com/pmikova/java-runtime-decompiler/commit/04ddf731970a521be1f65a20b72f26a1680a2b31

judovana avatar Feb 13 '22 18:02 judovana