Refactoring in Ruby: The right place for a Builder?
In this blog post I cover how to refactor a simple code smell using the Builder Pattern by example. Also, I show another situation where applying the Builder Pattern comes handy. Check it out here.
Post a comment