Hacker News new | ask | show | jobs
by uvdn7 1609 days ago
SQL is not modular (the root cause of why it’s hard to reuse) because it’s declarative. If the underlying data models stay relatively stable, you can reuse code with certain assumptions. There’s a trade off here for sure.
1 comments

No that's not why it's not modular. If that was the case, then other relational algebra-based query languages would suffer the same problem. They do not.