News Feed
Jobs Feed
Sections




News Archive
Ivo Jansch's Blog:
Defensive Programming
January 27, 2006 @ 07:01:48

In his latest blog post today, Ivo Jansch takes a look a t a situation where a little "defensive programming" would have helped.

A few weeks ago, we had a major problem with software we'd written for a client. It was software for sending mailings to the client's customers. Suddenly there were many reports of clients receiving multiple mailings instead of just one.

The problem appeared to be in our test code. The software had a 'test' mode for testing the mailing by sending it only to the author and a small test team. It appeared that for some reason, all test mails were being mailed to the customers as well.

This problem would not have appeared if we had applied what I would like to call 'defensive programming'.

He shows code examples from this situation, pointing out where the issue lies - a bad check in an if() statement.

0 comments voice your opinion now!
defensive programming error situation defensive programming error situation


blog comments powered by Disqus

Similar Posts

Andrew Curioso's Blog: Error handeling stack in PHP 5.3+

Dallas PHP Users Group: Book Review - Beginning Web Programming with HTML, XHTML and CSS

David Goodwin's Blog: Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)

SitePoint PHP Blog: Pretty Blue Screen

David Stockton's Blog: Changing ErrorController to work with AJAX


Community Events











Don't see your event here?
Let us know!


language community interview opinion code testing development composer release podcast framework introduction series example zendframework2 api functional conference unittest tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework