-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture notes
undead robot edited this page Apr 21, 2014
·
2 revisions
Too much work. Keep it simple, just use english.
Functions should not generally print to STDERR
. If an error is encountered function should set the error's description to __ERROR
global and return a status > 1. Then a caller can handle the error or just ignore it if not interested.
-
= 0
- Success ortrue
-
= 1
- Failure orfalse
-
> 1
- Error