Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T23:01:16.000Z (almost 13 years ago)
- Last Synced: 2024-05-08T19:03:30.730Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 6
- Watchers: 3
- 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.