https://github.com/alincode/refactoring-by-martin-fowler
https://github.com/alincode/refactoring-by-martin-fowler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/refactoring-by-martin-fowler
- Owner: alincode
- Created: 2015-12-17T08:29:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T18:00:37.000Z (over 10 years ago)
- Last Synced: 2025-04-15T21:46:27.061Z (over 1 year ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# refactoring By Martin Fowler
Extract Method
Move Method
Replace Conditional with Polymorphism
Self Encapsulate Field
Replace Type Code with State/Strategy
[ebook](http://jjhou.boolan.com/refactoring-ch1-ch6.pdf)