News Feed
Jobs Feed
Sections




News Archive
DZone.com:
The Duck is a Lie
June 27, 2012 @ 09:55:22

In this recent post to DZone.com Giorgio Sironi looks at duck typing and compares it in a few different languages (PHP, Ruby and Java). "Duck typing" is where the methods/functions define the structure or common interface rather than being functional.

What follows is my experience with Java, PHP and Ruby. I mainly use PHP as a dynamic language that supports duck typing but also the definition of Java-like interfaces, but does not force any of the two approaches as you can define interfaces whose method arguments accept any variable or not using interfaces at all. Is duck typing that a revolution?

He shares some of the common misconceptions he's seen including the idea that duck typing can help completely different objects work together and that, sometimes, despite naming conventions, functionality was intended to be different. He shows how even interfaces in PHP can be implemented loosely and the "acts as" and "single callback" architecture ideas.

0 comments voice your opinion now!
duck typing interface misconception actsas callback


blog comments powered by Disqus

Similar Posts

Jeremy Cook's Blog: Using the Countable Interface

DevArticles.com: Singletons in PHP

DevShed: Polymorphism, Design Patterns, and PHP Programming

Community News: PHPUnit Web Interface (Ajax)

Community News: Services_Akismet PEAR Package Created


Community Events











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


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

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