Skip to content

Tags: thoughtbot/ruby-science

Tags

reuse-with-subclasses

Toggle reuse-with-subclasses's commit message
Demonstrate reuse of subclasses and refactoring an abstract base clas…

…s to use

composition.

inject-dependencies-step-by-step

Toggle inject-dependencies-step-by-step's commit message
Example of injecting dependencies, step-by-step

* Recreates an example where dependencies were not injected
* Refactors to use dependency injection

extract-class-step-by-step

Toggle extract-class-step-by-step's commit message
Small commits representing individual steps of Extract Class refactoring

This tag preserves a series of commits that were split up from commit fd6cd8d
so that they can be referenced from the book.