+ 2

Someone please explane me what is design pattern?

29th May 2017, 8:03 PM
Omid Abbaspour
Omid Abbaspour - avatar
2 Respuestas
+ 16
Design patterns can speed up the development process by providing tested, proven development paradigms. Effective software design requires considering issues that may not become visible until later in the implementation. Reusing design patterns helps to prevent subtle issues that can cause major problems and improves code readability for coders and architects familiar with the patterns. It's not really hard to actually understand them. Take a look at this article by sourcemaking.com : https://sourcemaking.com/design_patterns
30th May 2017, 7:53 AM
Dev
Dev - avatar
+ 2
Thank U ...
30th May 2017, 9:10 PM
Omid Abbaspour
Omid Abbaspour - avatar