Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 577 Bytes

Design pattern Demos

This is an playground that i'm currently using to learn about all the different design patterns.

Folder Structure

.
│
├── pattern_name
       ├── classes
       │   
       │
       ├── interfaces
       │   
       │
       ├── index.php --> where is implemented the relative pattern

To run your desidered design pattern you must cd into the design folder and then run You must have php installed

php index.php