▲ | scarface_74 5 days ago | |
I have a very strict rule about any system I design or that I’m over against using stored procedures. When I use to interview to be a developer at a company, it was always an automatic no for me if a company kept business logic in stored procedures and had a separate team of “database developers”. As far as not doing joins in code, while I agree for the most part. GitHub itself has a rule against joining tables using sql that belong to different domains. https://github.blog/engineering/infrastructure/partitioning-... |