V
V
Vadim Gilka2017-05-09 15:14:40
Programming
Vadim Gilka, 2017-05-09 15:14:40

What classes of problems do design patterns solve?

What classes of problems do design patterns solve?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yaroslav Kornilov, 2017-05-09
@yaroslavkornilov

- unified terminology
- by default, design patterns organize the code conveniently so that it can be improved ( maintained ) - to
make it easier to debug errors
- so that the project does not grow with crutches
, but here is an important point, it's good to know at least approximately about design patterns and be able to implement them, but you should not insert them everywhere, their excessive use leads to even more errors and difficulties

A
AtomKrieg, 2017-05-10
@AtomKrieg

Problems of development of large multicomponent systems. If you need a script on your knee or simulate a physical process, then they are not needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question