architecture - Design Patterns: Do you use them in your projects? - Stack Overflow
How do you decide on which design pattern to choose for?
My approach to development projects has always been.
- Take down business requirement.
- Design the database.
- Decide on technology (This decision is almost always driven by the client.)
- Start developing a prototype.
- Get prototype approved. (iterative)
- Build the application.
- Release for testing. (iterative)
- Hand over for maintenance.
I am not sure where a design pattern would be useful.
Read full article from architecture - Design Patterns: Do you use them in your projects? - Stack Overflow
No comments:
Post a Comment