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

Kevin Schroeder's Blog: Why do you use PHP?

Ian Christian's Blog: Should you learn a framework?

International PHP Magazine: Poll Question: Which PHP Script Manages FAQs Effectively?

NetTuts.com: How to Write Code That Embraces Change

Greg Beaver's Blog: How to put the FAIL in open source


Community Events









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


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

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