[Lavanya Deepak] Lavanya Deepak
Technology for Better Business and Higher Standards of Life

Wednesday, October 15, 2008

Environment.ExitCode -- Just not any value any more

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

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home