Welcome to PatternForge — a fictional tech company where I (Oladapo) explore and share real-world implementations of software design patterns through simulated scenarios from legacy codebases, client projects, and new system builds.
This is my creative and educational journey to solidify my understanding of design patterns while helping others learn as well.
patter-forge/
├── main.py
├── strategy/
│ ├── __init__.py
│ ├── cart.py
│ ├── discount_strategy.py
│ ├── discount_strategy_impl.py
│ └── test_discount_strategies.py
python3 -m strategy.test_discount_strategies