News Feed
Jobs Feed
Sections




News Archive
Nikita Popov:
Are PHP developers functophobic?
August 13, 2012 @ 12:58:25

In his most recent post Nikita Popov asks if PHP developers are functophobic - that, in some of his experience, they don't like to use functions.

Now, that was overly general, so let me clarify: PHP developers who have reached a certain degree of sophistication basically stop using plain functions - instead everything goes all classes and methods. At least that's the observation I made when looking at various open-source libraries and frameworks. The only type of function you'll find in any of the "high-quality" libs are anonymous functions. But that's pretty much it.

He shares concern that this "anti-function" approach can cause some bad practices to come up, specifically when developers try to force things into OOP that don't need to be there. He suggests that "helper functions" are a perfect example of individual functions that might not need to go in a class. He notes that, unlike in other languages (like Python), PHP development tends to follow the "one class, one file" route. He wonders if a shift from this method and more to a "module" approach (a more "compact" method) could be a good thing.

0 comments voice your opinion now!
function functophobic opinion class module file


blog comments powered by Disqus

Similar Posts

KillerPHP Blog: PHP Interfaces: when and why you should use them instead of classes?

PHP.net: PHP 5.5.0 Alpha4 released

Stefan Mischook's Blog: What happened to Ruby? And why PHP is KING of the Web.

Andrew Podner: Rock On, Refactor, or Re-roll?

Ibuildings Blog: What does the iPad mean for PHP companies?


Community Events











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


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

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