Comments on: PHP Developers, Keep me Sane http://codespatter.com/2008/08/30/php-developers-keep-me-sane/ Wed, 13 Mar 2013 20:51:33 +0000 http://wordpress.org/?v=2.8.4 hourly 1 By: Greg Allard http://codespatter.com/2008/08/30/php-developers-keep-me-sane/comment-page-1/#comment-15288 Greg Allard Wed, 19 Nov 2008 00:01:35 +0000 http://codespatter.com/?p=116#comment-15288 <p>I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.</p> I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.

]]>
By: Baz L http://codespatter.com/2008/08/30/php-developers-keep-me-sane/comment-page-1/#comment-15290 Baz L Tue, 18 Nov 2008 23:54:01 +0000 http://codespatter.com/?p=116#comment-15290 <p>Yeah, PHP is funny that way.</p> <p>I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP's gone exception crazy.</p> Yeah, PHP is funny that way.

I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP's gone exception crazy.

]]>
By: Greg Allard http://codespatter.com/2008/08/30/php-developers-keep-me-sane/comment-page-1/#comment-15107 Greg Allard Tue, 18 Nov 2008 18:01:35 +0000 http://codespatter.com/?p=116#comment-15107 I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it. I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.

]]>
By: Baz L http://codespatter.com/2008/08/30/php-developers-keep-me-sane/comment-page-1/#comment-15106 Baz L Tue, 18 Nov 2008 17:54:01 +0000 http://codespatter.com/?p=116#comment-15106 Yeah, PHP is funny that way.<br><br>I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP's gone exception crazy. Yeah, PHP is funny that way.

I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP's gone exception crazy.

]]>
By: Tim Rosenblatt http://codespatter.com/2008/08/30/php-developers-keep-me-sane/comment-page-1/#comment-14582 Tim Rosenblatt Mon, 08 Sep 2008 13:33:58 +0000 http://codespatter.com/?p=116#comment-14582 "But Greg, that's not what I learned from XtremePHPCodingIn24Hours.com" “But Greg, that's not what I learned from XtremePHPCodingIn24Hours.com”

]]>