Re-implement program with enum instead of struct
Altough SLOC increased compared to the version in main
, the program is more readable and sensible because the if-statements were replaced by functions.
Altough SLOC increased compared to the version in main
, the program is more readable and sensible because the if-statements were replaced by functions.