oldtechaa / SeekMIDI

SeekMIDI, a simple multi-channel graphical MIDI sequencer.
https://oldtechaa.github.io/SeekMIDI/
Other
1 stars 1 forks source link

Exception handling #38

Open oldtechaa opened 7 years ago

oldtechaa commented 7 years ago

Currently, we do nearly no exception handling. This can make it difficult to find and fix bugs, so we should aim to have most subroutines handle exceptions.

oldtechaa commented 7 years ago

Probably most methods should return a status code. Oh, and the exit code of the module/script should be 1, not 0. Duh!