What are Value Objects and benefits of using them
Value object is an immutable object without any history or distinct identity. It is represented and compared by value (combination of its attributes). Value objects are very handy for several reasons. This post explores them:
https://medium.com/@mariuszkapcia/rails-architect-masterclass-value-object-fb5c53b8e600
Post a comment