Design Principles
1. Study pattern completely before using it for designing any module
2. Always follow single responsibility principle
3. UI Embedded objects – UI elements should correspond to a model in code
4. Use UML, ER terminologies
5. Everything should be explanatory with a logical theory
6. Prefer inheritance over modification
0 Comments