News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHP in Action:
Type hints are more useful for scalars than objects
September 11, 2008 @ 10:08:33

On the PHP in Action blog, there's a new post looking at a recent library that was posted to support type hinting on scalars. They agree with his choice of subjects, noting that they see type hinting as much more useful on scalars than on objects.

I admit that these judgments are hard to make. I could be wrong, more or less. Type hints are probably useful when code becomes stable enough and at the boundaries between modules. But I still tend to avoid using them until I get an actual bug that might have been prevented by a type hint. Their usefulness is and has to be an empirical question. The purpose of using them has to be catching errors earlier, so if they don't have that effect, there's no point.

He lists three reasons why he had given up on type hinting before, one being the limited usefulness when it came to objects. Applying it to scalars is a different matter, though, and can prevent improper passing of array/scalars when the other is needed.

0 comments voice your opinion now!
type hinting scalar object array string class library



Similar Posts

Richard Heyes' Blog: PEAR::DB database class(es) replacement

PHP-Coding-Practices.com: How I Turned A Slow Array Sort Into A Quick One Using Quicksort Algorithm

Make Me Pulse Blog: PHP6, Unicode and TextIterator features

Pádraic Brady's Blog: OpenID library for the Zend Framework?

DevShed: Object-Oriented Programming Through Design Patterns


Community Events







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


cakephp book application zendframework developer code ajax example release mysql releases package zend framework conference PEAR PHP5 database job security

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