Skip to content(if available)orjump to list(if available)

How to create value objects in Ruby – the idiomatic way

t-writescode

At a previous role, we used DryStructs for this, which seemed like a nice way of getting:

  * named variables
  * type validation
  * better documented code
https://dry-rb.org/gems/dry-struct/1.6/

null

[deleted]