So, you’re working on a project with domain objects flying around, storing them somewhere, fetching them using identifiers, and handling their data. Maybe you have read my previous article about the forgotten value of Value Objects. There, I have presented why it is so beneficial to use them in code. …