What are the most important patterns you should know, when developing testable n-tier line of business web applications?
- Repository pattern
- Model View Controller
- Dependency Injection Pattern
- Factory Pattern
- Singleton
What else?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“most” important?
The problem domain’s patterns — whatever they are. Accounts Payable, General Ledger, Accounts Receivable, Organizational Hierarchy.
http://www.businessanalysisbooks.com/0471295515.html
http://www.amazon.com/Analysis-Patterns-Reusable-Addison-Wesley-Technology/dp/0201895420
Technical patterns (MVC, Repository, etc.) are a dim second place.