We should add logging to help with debugging. Since error handling is non-existent, this has even higher importance than usual. Thanks to Leo Broska for the suggestion.
The nice thing with a package like the logging module is, that you can incorporate in some logging and then choose from the outside whether to use/show it or not.
We should add logging to help with debugging. Since error handling is non-existent, this has even higher importance than usual. Thanks to Leo Broska for the suggestion.