Change structure of presenters. Split into formatting and outputting #16
Labels
refactoring
Non functional changes improving code quality and infrastructure
Milestone
Presenter structs directly output their formatted results to their respective to their respective output (console, json file atm).
Restructure this to split the presenter code into string formatting and actual output (e.g. console, file, simply return the string etc.).
The text was updated successfully, but these errors were encountered: