Currently, a basic run of the program takes 50 lines to run, (as demonstrated by test.py), this is because running the program requires calling 3 different functions, which contradicts the idea of "easy to use". Ideally, calling this new function would go:
Currently, a basic run of the program takes 50 lines to run, (as demonstrated by test.py), this is because running the program requires calling 3 different functions, which contradicts the idea of "easy to use". Ideally, calling this new function would go:
Much simpler than having to define so many objects and calling sanity check.