Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring Python

Repo for my YouTube Series on Refactoring based on the book "Refactoring" by Martin Fowler

Each lesson is its in own folder with 4 files, before.py, test_before.py, after.py and test_after.py.

For exmpale if we want to learn about the extract method, we would go to:

> cd src/extract_method
> ls
before.py test_before.py
after.py test_after.py

Install

pip install -r requirements.txt  # Its mainly just pytest/mypy as a requirement for testing

YouTube

Here is link to my YouTube Series on refactoring:

https://www.youtube.com/playlist?list=PL3kg5TcOuFloWus4r4WK446Ul8rYn7URs

About

Repo for my YouTube Series on Refactoring

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages