News Feed
Jobs Feed
Sections




News Archive
Keith Casey's Blog:
Bad Assumptions in Development
June 19, 2009 @ 12:04:28

No one's code is perfect, and if you think yours is - you're wrong. There'll always be something - might be logic errors or unhandled exceptions - that could cause issues later on. One of the worst problems, at least according to Keith Casey's recent post, is making too many assumptions.

In my opinion, the most annoying and worst for cleaning up the system are the functions/methods that make too many assumptions for you. It could be a variety of things - assuming a database connection, assuming what the output destination is, or assuming what the input is - but I most often see it in scrubbing/cleaning functions.

His example is a function that not only assumes that the type of input is correct but also returns the value via an echo rather than a return (despite the name of the function implying the second). As a follow-up, he also suggests that libraries/external tools don't make assumptions when it comes to stopping execution of the script either.

2 comments voice your opinion now!
opinion development assumption


blog comments powered by Disqus

Similar Posts

PHPClasses.org: Talented Web Developers Are Easy to Hire, Employers Are Just Not Looking Right

Paul Jones' Blog: What Does This Say About Unit-Testing in PHP Land?

Web and PHP Development: Laravel vs Codeigniter

NetTuts.com: Let’s TDD a Simple App in PHP

Raphael Stolt's Blog: Zend Framework 1.8 Web Application Development book review


Community Events











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


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

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