7 ms·
Why not have the program touch a file on success?
by potbelly83 4mo ago
Why not have the program touch a file on success?
- anyfoo 4mo agoWhy not have the program exit with exit code 0 on success, and non-0 on failure, like almost every program in a POSIX environment ever?
- potbelly83 4mo agosee yosefk reply above
- anyfoo 4mo agoI'm sorry, but "they committed some debug code that made the program exit(0)" for me is pretty much equivalent to "they committed some debug code that made the program not work correctly".