PreviousNext

DDD & co., part 1: What's wrong with CRUD

by bill-s, 2018-06-05T14:31:22.192Z

If you put it all together, CRUD's picture is frightening. Since the UPDATE and DELETE actions irreversibly destroy data, historical data cannot be evaluated without additional effort. Furthermore, the artificial limitation to just four verbs makes communication between domain experts and developers very difficult, and hence it fails most of the times.

Read More