News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Liskov Substitution Principle...attempted
June 07, 2011 @ 11:09:41

In a previous post to the Zend Developer Zone Keith Casey talked about the SOLID principles of software development, a set of guidelines that can help to make software more maintainable and easier to work with. In this new post he looks at the "L" in SOLID, the Liskov Substitution Principle.

So the Liskov Substitution Principle boils down to: method/class preconditions cannot be strengthened, method/class post conditions can't be weakened, all exceptions thrown must equally interchangeable and method signatures should be completely compatible.

To help make this all a bit clearer, he includes some code showing a basic class (Rectangle) and how difficult it can be to try to appease all of the principles above without the "fix one, break another" scenario. On comment to the post suggests something that might help things a bit - programming by contract.

0 comments voice your opinion now!
solid software development liskov substitution principle


blog comments powered by Disqus

Similar Posts

David Parra's Blog: Extension development on windows

Jonas Hovgaard's Blog: How I stopped writing awesome code

Christoph Dorn's Blog: Integrating FirePHP for Ajax Development

Zend Developer Zone: The ZendCon Sessions Episode 26: Best Practices of PHP Development

PHPFreaks.com: A simple Debian based dev environment


Community Events











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


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

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