Avoid Putting Logic in Map Blocks The contents of a map block should probably be an instance method on each item. Joël Quenneville May 26, 2023 Web Ruby Domain Modeling
Value Object Semantics in Ruby What is the correct behavior of hash, ==, eql? and equal? for value objects? Joël Quenneville July 18, 2022 Ruby Good Code Domain Modeling Web