patchutils icon indicating copy to clipboard operation
patchutils copied to clipboard

Completion of error handling

Open elfring opened this issue 11 years ago • 2 comments

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?

elfring avatar Jan 03 '15 12:01 elfring

Yes please! If you'd like to do that yourself in a fork, a pull request would be welcomed...

twaugh avatar Jan 04 '15 00:01 twaugh

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?

elfring avatar Jan 04 '15 06:01 elfring