Click here to Skip to main content
15,894,720 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can u please tell me about the design patterns for leave management system project.
Posted
Comments
Richard MacCutchan 28-Sep-13 4:36am    
There are not any. You need to set out the requirements of your system, and then apply design patterns where they are appropriate.

1 solution

Design patters are not dedicated to any type of software application or functional domain.
Patterns provide tested practices which can be used through code to make your application design / code better and more maintainable.

Thus, your question cannot be answered.

What you can try is go through some standard design patterns and see if you can use them once you start implementing your project.
A few patterns are listed here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900