Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion of error handling #7

Open
elfring opened this issue Apr 25, 2014 · 3 comments
Open

Completion of error handling #7

elfring opened this issue Apr 25, 2014 · 3 comments

Comments

@elfring
Copy link

elfring commented Apr 25, 2014

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?

@e-n-f
Copy link
Owner

e-n-f commented Apr 25, 2014

Checking for errors in mkdir() would totally make sense and I ought to do it. I can't imagine what useful error checking could be done for printf() there, though.

@elfring
Copy link
Author

elfring commented Apr 25, 2014

Would you like to detect every error situation as early as possible?

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?

@e-n-f
Copy link
Owner

e-n-f commented Apr 25, 2014

No, not really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants