-
Notifications
You must be signed in to change notification settings - Fork 103
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 #10
Comments
We definitely need to do this sort of thing. The code was originally a proof of concept and we were aware that we weren't bothering to check return values, etc. Now that it's getting a little more attention I think it's about time we cleaned things up. |
Are you interested to apply aspect-oriented software development? |
I don't know enough about aspect oriented programming to answer your question, but I'll try to read about it and see how it applies to USBProxy. |
Do you find information sources like the following useful?
|
new buttonsme script for reading arduino serial stream and injecting evdev events
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?
The text was updated successfully, but these errors were encountered: