Tag: object-oriented-design
-
Functional Programming in Ruby
July 21, 2019
A functional programming riff on a common coding test.
-
method_missing Hazardous to Your Module?
February 22, 2013
We built an(other) object factory module for our current project and it looks a lot like all the others: After a while, we noticed that the
create
methods were all exactly the same. Time for some dynamic refactoring!