martin-fowler-book topic

List martin-fowler-book repositories

refactoring101

91
Stars
24
Forks
Watchers

The code here, represented as steps, is the progression of a refactoring on a legacy codebase. It is a PHP equivalent of the Java code shown in the Martin Fowler book "Refactoring".

refactoring

23
Stars
7
Forks
Watchers

:star2: Examples from Martin Fowler's "Refactoring: Improving the Design of Existing Code" implemented in Java with tests.