You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve modularity and ensure unit tests for high level functions such as ProcessSingleInputFile can be carried out, the main needs to be extracted and placed into a separate file.
Step 1: separate processing functions (reading, calcuations, ...)
In order to improve modularity and ensure unit tests for high level functions such as ProcessSingleInputFile can be carried out, the main needs to be extracted and placed into a separate file.