Closed graemedavidson closed 8 months ago
Currently the focus code has repeated code blocks which do similar actions which would benefit from being refactored into functions and added tests.
Limitations in bash makes this a very messy process as it would require passing arrays back and forth.
Currently the focus code has repeated code blocks which do similar actions which would benefit from being refactored into functions and added tests.