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

Fabien Potencier's Blog: Pimple, the small dependency injection container for PHP 5.3

Script-Tutorials.com: How to Use APC Caching with PHP

Bob Majdak: Extending an Iterator to use an Iterator to make your code a little cleaner

NETTUTS.com: Caching, YQL, and Regular Expressions

Developer.com: Build Multi-lingual Websites With the Zend Framework


Community Events











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


introduction framework zendframework2 code example release series language podcast community opinion conference testing functional unittest composer development tool interview object

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