Tuesday 11 March 2008

The Open Closed Principle

The Open Closed Principle says that you should design modules that never change. When requirements change, you extend the behavior of such modules by adding new code, not by changing old code that already works.

No comments: