/refactoring-to-patterns

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

refactoring-to-patterns

Introduction

This repository implements the example of refactoring from the book "Refactoring To Patterns", Joshua Kerievsky using Python. The original examples are in other languages like Java and C++.

Setup

python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m pytest