0 votes
in Design Patterns by

Q.What is Design Patterns and why anyone should use them?

1 Answer

0 votes
by

Design patterns are a well-described solution to the most commonly encountered problems which occur during software development.

Design pattern represents the best practices evolved over a period of time by experienced software developers. They promote reusability which leads to a more robust and maintainable code.

Related questions

+1 vote
asked Jul 23, 2023 in Design Patterns by Robindeniel
0 votes
asked Oct 17, 2019 in Design Patterns by Robin
...