Doing more on reads vs writes
What do you like more in your application? Handling complexity when reading the data or when updating it?
Imagine you have a model such as Product
with three potential date attributes:
publication_on
- Nominal date of…