Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Which design pattern you prefer for large scale software development?
Posted

Design patterns, IMHO, depend on type of application rather than just the scale of the application.
 
Share this answer
 
There's no one design pattern that I would say that I prefer. Typically, the large developments I work on demand multiple patterns, from Observers, Mediators, MVVM/MVC/MVP, Facades, Data layers and the likes.
 
Share this answer
 
Large scale - you would need tons of patterns.
However, facade might be a start.

Also, I suppose you would be making this multi-tiered or layered.
 
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