Where to use and not to use Design Patterns
| Below are the condition where Not to Use design patterns
(1)When the software design is static for the long period of time or we can say that software being designed would not change with time. (2)When the requirements of the source code of the application are unique.Below are the condition where to Use design patterns (1)When the software application would change in due course of time.(2)When the application contains source code |
|
| that involves object creation and event notification. | |
