Environment.ExitCode -- Just not any value any more
Whenever we write a quick console application in C#, we may just use Environment.Exit to come out of the application. But how many of us religiously follow what exit code to give to the method as parameter other than just feed in either 0 or 1. I just thought of sharing with you the exit code article in C/C++ which everyone of us should start religiously following to to make the code more disciplined, standardized and maintainable: Exit Codes with Special Meanings
Whenever we write a quick console application in C#, we may just use Environment.Exit to come out of the application. But how many of us religiously follow what exit code to give to the method as parameter other than just feed in either 0 or 1. I just thought of sharing with you the exit code article in C/C++ which everyone of us should start religiously following to to make the code more disciplined, standardized and maintainable: Exit Codes with Special Meanings
No comments:
Post a Comment