<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-3745660400968632543.post6593105719120604522..comments</id><updated>2009-01-09T21:22:00.310-08:00</updated><title type='text'>Comments on Srikanth's Blog: Make Sure to Return the Right Exit Codes</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.srikanths.net/feeds/6593105719120604522/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3745660400968632543/6593105719120604522/comments/default'/><link rel='alternate' type='text/html' href='http://blog.srikanths.net/2009/01/make-sure-to-return-right-exit-codes.html'/><author><name>Srikanth</name><uri>http://www.blogger.com/profile/15033538359169947653</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3745660400968632543.post-590362159144957432</id><published>2009-01-09T21:22:00.310-08:00</published><updated>2009-01-09T21:22:00.310-08:00</updated><title type='text'>Although exit codes do have their uses, exit code ...</title><content type='html'>Although exit codes do have their uses, exit code by itself is not really useful to debug and fix the root cause of the error. Unfortunately, they only tell what happened but never why it happened.&lt;BR/&gt;&lt;BR/&gt;For languages that support it, exceptions are be a much better way to figure out why the failure happened and gives a certain direction to fix your code.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3745660400968632543/6593105719120604522/comments/default/590362159144957432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3745660400968632543/6593105719120604522/comments/default/590362159144957432'/><link rel='alternate' type='text/html' href='http://blog.srikanths.net/2009/01/make-sure-to-return-right-exit-codes.html?showComment=1231564920310#c590362159144957432' title=''/><author><name>Ajeya Sharma</name><uri>http://www.blogger.com/profile/17064748661693910439</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.srikanths.net/2009/01/make-sure-to-return-right-exit-codes.html' ref='tag:blogger.com,1999:blog-3745660400968632543.post-6593105719120604522' source='http://www.blogger.com/feeds/3745660400968632543/posts/default/6593105719120604522' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-3745660400968632543.post-8577520461018286899</id><published>2009-01-09T05:30:41.025-08:00</published><updated>2009-01-09T05:30:41.025-08:00</updated><title type='text'>There is a standardization in the return code for ...</title><content type='html'>There is a standardization in the return code for the HTTP response, like 200 for OK, 404 NOT FOUND.&lt;BR/&gt;&lt;BR/&gt;For those that don't have a recommendation, I think Programmers have to take care of it, as a coding style or practice.&lt;BR/&gt;&lt;BR/&gt;Good Observation Srikanth.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3745660400968632543/6593105719120604522/comments/default/8577520461018286899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3745660400968632543/6593105719120604522/comments/default/8577520461018286899'/><link rel='alternate' type='text/html' href='http://blog.srikanths.net/2009/01/make-sure-to-return-right-exit-codes.html?showComment=1231507841025#c8577520461018286899' title=''/><author><name>techmaddy</name><uri>http://techmaddy.blogspot.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.srikanths.net/2009/01/make-sure-to-return-right-exit-codes.html' ref='tag:blogger.com,1999:blog-3745660400968632543.post-6593105719120604522' source='http://www.blogger.com/feeds/3745660400968632543/posts/default/6593105719120604522' type='text/html'/></entry></feed>