5 ms·
About 80% rewrite: it is poor abstraction problem rather then vendor lock-in one
by sshb 11y ago
About 80% rewrite: it is poor abstraction problem rather then vendor lock-in one
- giaour 11y agoYeah, that contributed, but it wasn't any worse than most other CRUD apps I've seen.
- cwyers 11y agoAbstracting over your database only makes sense if you're writing something that's lowest common denominator. If your application runs equally well on MongoDB and something else you either are running poorly on both or you are spending a lot of resources on writing your abstraction layer.
- deleted 11y ago[deleted]