Skip to content
Reacting on Rails
Thoughts on software design, testing, and everything in between.
Home
Software Design
Tutorials
Algorithms
Reacting on Rails
Thoughts on software design, testing, and everything in between.
Home
Software Design
Tutorials
Algorithms
Tag: null object pattern
18
Dec
Software Design
5 Ways to Deal with Nil Headaches in Ruby
by
Josh Saint Jacque
16 Comments
Ruby is so much fun in many respects. Everything is an object and all our code are just objects passing messages to one another. We...