DEV Community

Discussion on: The hidden value of the Value Object

Collapse
 
mario_tilli profile image
Mario Tilli

"it depends" is always a good starting point, in my opinion. But I'm sure that, for modern and complex systems, using only CRUD operations could lead to excessive and sometimes unmanageable complexity. It's a trade off: "forcing to follow this path" or "over-engineering" to better understand the code and keep its complexity under control over time is always worth it, but sometimes in our working environments this point of view is not fully accepted or understood: timing and costs are the greatest constraints

Thread Thread
 
rafalpienkowski profile image
Rafal Pienkowski

I totally agree with you. I ’m also a big fan of the ”It depends” clause. We should ask if we need something in our solution.