Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 445 Bytes

Design Patterns Warehouse Demo

About

What are Design patterns?

reusable "solutions", applied during Software design.

Not specific solutions, but general "guidelines".

Why should we use one?

to solve these problems:

code duplication

code bloat

untestable code

Rigid, brittle design

Inheritance abuse

unmaintainable code

technical dept

The repo contains a branch for each section.