## A long series of if’s and if-else’s that can be extracted into their own function to increase readability #### Lines: * 961 * 1045 #### What we intend to do: - [x] Extract them into their own functions - [ ] Includes a nested while loop that can be extracted #### Lines: * 1064 #### What we intend to do: - [ ] Extract it into it's own function.