by Jim Gay: http://confreaks.tv/videos/rubyconf2014-eastward-ho-a-clear-path-through-ruby-with-oo
- Always return
self
. - Objects may (only) query themselves.
- Factories are exempt (e.g.
new
) - Break the rules sparingly (e.g. value objects)
by Jim Gay: http://confreaks.tv/videos/rubyconf2014-eastward-ho-a-clear-path-through-ruby-with-oo
self
.new
)