Closed vaclavsvejcar closed 4 years ago
Currently the IO operations such as file manipulation are hardcoded across the codebase and difficult to test. Goal of this task is to extract them into (probably) polymorphic record of functions (https://gvolpe.github.io/blog/lessons-learned-while-writing-a-haskell-app/).
Implemented & released as part of v0.3.1.0.
Currently the IO operations such as file manipulation are hardcoded across the codebase and difficult to test. Goal of this task is to extract them into (probably) polymorphic record of functions (https://gvolpe.github.io/blog/lessons-learned-while-writing-a-haskell-app/).