Skip to content

Commit

Permalink
Update list of covered patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
josemotanet committed Jun 4, 2013
1 parent fbba5da commit f918900
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@ possible refactoring patterns to solve it.

### Refactoring Patterns

* [x] Extract Class
* [x] Extract Method
* [x] Form Template Method
* [x] Hide Delegate
* [x] Introduce Assertion
* [x] Introduce Null Object
* [x] Separate Query from Modifier
* [x] Move Field
* [x] Parameterize Method
* [x] Preserve Whole Object
* [x] Pull Up Method
* [x] Rename Method
* [x] Replace Array with Object
* [x] Replace Method with Method Object
* [x] Replace Temp with Query
* [-] Replace Type Code with Module Extension
* [x] Replace Type Code with Polymorphism
* [-] Replace Type Code with State/Strategy
* Extract Class
* Extract Method
* Form Template Method
* Hide Delegate
* Introduce Assertion
* Introduce Null Object
* Separate Query from Modifier
* Move Field
* Parameterize Method
* Preserve Whole Object
* Pull Up Method
* Rename Method
* Replace Array with Object
* Replace Method with Method Object
* Replace Temp with Query
* Replace Type Code with Module Extension
* Replace Type Code with Polymorphism
* Replace Type Code with State/Strategy

0 comments on commit f918900

Please sign in to comment.