Hacker News new | ask | show | jobs
by StudyAnimal 2208 days ago
Sql is fine as tweet sized selects. I developed my mental block deliberately after working for a company that had about a million lines of business logic implemented in thousand line sql stored procedures.

Now I put as many layers as possible between sql and myself.

1 comments

Well, wait until you have to maintain a system where someone has "reinvented the SQL/database wheel" with a "this is gonna be so awesome" custom ORM, complete with totally re-invented referential integrity enforcement...