ROC theorem: Readable, Optimised and Correct code. Pick two.
ROC theoremWith database you have the well known CAP theorem. Consistency, Availability and Partition Tolerance. You can only have two. Databases have to make compromises between these pillars. You can not fully have all three.With code you also have to decide on com...
Read More