▲ | mdavid626 2 days ago | |
It's interesting to see what people consider difficult to do. In my opinion the "Split DB" case you outlined is still much easier to do. It's never the lines of code or number of steps that need to be done make it complicated or difficult. It's always the strange, weird, unexpected things. I change "this" and "that" breaks, but nobody knows why. The biggest benefit of my approach is that it can be split-up between people. One team handles this part, the other some other part. You can only break your part of the database, not everything for everyone else. |