the choice of the design pattern is not a generic one. It really depends on your project (and some personal preferences). Without some more information it is hard to make a statement.
Regards.
If my post solves your problem, please mark as answer.
Desing pattern is not a must. Apply upon your taste and experience. this helps you apply a unique flow of your application. Appllication can be built without or with design pattern.
If this answer sounds strange, then it's because you should only use a pattern when it is appropriate. Thus you might use them all (although this is HIGHLY unlikely), or you might use none (again, highly unlikely).
As you design your code, see where the pattern fits (loosely, a pattern is a solution to a problem in a context), and then apply accordingly.
The biggest mistake that you can make with design patterns is to set out to use one.
If you let them come to you, rather than force them, then your code will be high quality and maintainable.
Maniraju
Member
5 Points
16 Posts
Describe the best Design pattern
Nov 24, 2012 04:30 PM|LINK
Friends, i am getting confused of which design pattern to be followed in my next project.
thanks in advance.
Horizon_Net
Star
8277 Points
1435 Posts
Re: Describe the best Design pattern
Nov 24, 2012 08:11 PM|LINK
Hi,
the choice of the design pattern is not a generic one. It really depends on your project (and some personal preferences). Without some more information it is hard to make a statement.
If my post solves your problem, please mark as answer.
cnranasinghe
Star
8885 Points
1798 Posts
Re: Describe the best Design pattern
Jan 15, 2013 01:09 AM|LINK
Desing pattern is not a must. Apply upon your taste and experience. this helps you apply a unique flow of your application. Appllication can be built without or with design pattern.
ossprologix
Member
392 Points
127 Posts
Re: Describe the best Design pattern
Feb 08, 2013 03:02 AM|LINK
www.oodesign.com is very refreshing.
If you can post functional workflows of modules. We cud help you out.
DMW
All-Star
15943 Points
2353 Posts
Re: Describe the best Design pattern
Feb 18, 2013 06:20 PM|LINK
All, and none.
If this answer sounds strange, then it's because you should only use a pattern when it is appropriate. Thus you might use them all (although this is HIGHLY unlikely), or you might use none (again, highly unlikely).
As you design your code, see where the pattern fits (loosely, a pattern is a solution to a problem in a context), and then apply accordingly.
The biggest mistake that you can make with design patterns is to set out to use one.
If you let them come to you, rather than force them, then your code will be high quality and maintainable.
Dave