Articles tagged with Value object
The most underused pattern in Ruby
Recently one of the RailsEventStore users posted an issue that one wanted to use RES on a Postgres database with PostGIS extension. Migration generator used to setup tables for events and streams was failing with UnsupportedAdapter error.
Fighting the primitive obsession with Value objects
My previous post on read models intended to address something different, but I decided to focus on read model part and leave the other topic for a different one. There's one thing which I dislike in the implementation. Using primitives to calculate the scores.