Error handling
If your code can have errors, and all but the most trivial code can, then handle them and actually document any error codes you return. Also if your code runs other code that returns errors don’t just store the error in a variable and ignore it, actually do something about it!
That is all.
Advertisements
leave a comment