https://github.com/marick/refactoring-examples
Examples of medium-scale refactorings
https://github.com/marick/refactoring-examples
Last synced: 3 months ago
JSON representation
Examples of medium-scale refactorings
- Host: GitHub
- URL: https://github.com/marick/refactoring-examples
- Owner: marick
- Created: 2012-02-16T19:43:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T23:01:16.000Z (over 13 years ago)
- Last Synced: 2025-03-26T07:51:17.027Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Examples for a possible refactoring workshop in the style of
code retreats.Each example is in its own directory. The README file there gives a language-agnostic explanation of the problem to be solved and how to solve it. There's one nested subdirectory for each codebase. A README file therein gives language-specific explanations of the code.
* **split-into-two**: Split one class into two because you
need two instances of *part* of its responsibility. Ruby.