Piotr Solnica. Rom-rb 4.0

preview_player
Показать описание
We’ve come a long way with rom-rb and changed the way people can work with data in Ruby. In this talk I’ll introduce you to rom-rb and explain why this alternative way works better than Active Record. We’ll take a look at functional data processing, flexible data transformations, altering data using changesets and the importance of type-safety. You’ll see how rom-rb is evolving and where we’re going with this big effort!
Рекомендации по теме
Комментарии
Автор

if I understand this correctly, my domain model objects don't even know if their own data has been loaded correctly. Whoever caused them to be loaded, is responsible for knowing what data they will need? (!?!?!) and this seems like a an encapsulation violation

koshu