patchutils
patchutils copied to clipboard
Completion of error handling
I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing.
Would you like to add more error handling for return values from functions like the following?
Yes please! If you'd like to do that yourself in a fork, a pull request would be welcomed...
I suggest to avoid ignorance of return values a bit more.
Are you interested to apply aspect-oriented software development? How do you think about to encapsulate error detection and corresponding exception handling as a reusable aspect in your software?