News Feed
Jobs Feed
Sections




News Archive
Mario Peshev:
Over-Abstractionism
October 19, 2012 @ 11:34:08

Mario Peshev has a new post with a reminder to all of those developing OOP-based software out there (not just PHP devs, really) - don't fall into the "over-abstractionism" trap.

There is a small number of developers who come from the higher language world (like Java or .NET) used to all design patterns for facades, decorators, bridges, abstract factories, DAO/DTO and so on, implementing them in PHP projects. It's usually cool and leads to a better control over the projects once you spend enough time browsing across the different 'incoming' external parameters taking action within the calls. I'm usually 'for' that, as most of the projects lack any kind of maintainability. However...don't overuse abstraction.

He lists a few different situations where he's seen this over-abstraction happening like in front-end controllers, single "handle it all" methods, using third-party scripts and poorly implemented abstraction layers.

0 comments voice your opinion now!
overabstraction oop overengineer opinion


blog comments powered by Disqus

Similar Posts

Hasin Hayder's Blog: What is your most favorite Book on PHP?

Stefan Mischook's Blog: The 'Good Enough' Principle and PHP

NETTUTS.com: Object-Oriented PHP for Beginners

Cal Evans' Blog: A Challenge to IT Companies

Sandro Groganz's Blog: Commercialization of PHP Software


Community Events









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


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

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