Skip to content

Amin3696/design-patterns-warehouse-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.