Example of value objects using Ruby's Data class
Last week, I wrote an article about how to create value objects in Ruby - the idiomatic way. This week, I will share some real examples of using the data object to show some real examples.
Remove boilerplate constructor code
If you are defining class...
allaboutcoding.ghinda.com4 min read