News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
How to Write Code That Embraces Change
February 04, 2013 @ 13:18:58

On NetTuts.com today there's a great new article about how to write code that embraces change and can be easily updated and reconfigured due to a decoupled nature and use of good OOP concepts.

Writing code, which is easy to change is the Holy Grail of programming. Welcome to programming nirvana! But things are much more difficult in reality: source code is difficult to understand, dependencies point in countless directions, coupling is annoying, and you soon feel the heat of programming hell. In this tutorial, we will discuss a few principles, techniques and ideas that will help you write code that is easy to change.

He covers some of the good OOP principles to think about when developing - like cohesion, orthogonality and coupling (via class methods, polymorphism, dependency injection or interfaces). He spends some time looking at the SOLID development principles and how you can implement each of them in some sample code. He also talks some about high level design and how the separation of concerns can help make your code easier to maintain and change.

0 comments voice your opinion now!
tutorial code change oop decouple dependency solid principles


blog comments powered by Disqus

Similar Posts

DZone.com: SOLID for packag...err, namespaces

Zend Developer Zone: Microsoft's second SQL Server Jump In Camp

Andrew Podner: Lithium: Getting Stuff From Your Database

TechFlirt: Object Oriented Programming in PHP

Peter Goodman's Blog: Observers and Dispatchers


Community Events











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


conference interview development language symfony2 framework community rest example phpunit opinion release introduction database usergroup podcast series zendframework2 functional testing

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