java-runtime-decompiler
java-runtime-decompiler copied to clipboard
Split CLI into library & printing
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.
initial work waS DONE: https://github.com/pmikova/java-runtime-decompiler/commit/04ddf731970a521be1f65a20b72f26a1680a2b31