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

Federico Cargnelutti's Blog: PHP Contribution to Open Source

Community News: PHP-Qt Project - Cross-platform GUI Development

Matthew Weier O'Phinney: My ZendCon Beautiful Software Talk

Hasin Hayder's Blog: Nusphere PHPEd 5.0 Review

Matthew Weir O'Phinney's Blog: ZendCon: Best Practices Session


Community Events









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


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

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