Comment on Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQLparentComments−4ndrewl6moIt's similar to when we wrote all our business logic in eg pl/sql, stored procedures etc. Seems attractive at first, but it breaks separation of concerns, becomes difficult to test etc.−thatwasunusual6moIt's similar to when we wrote all our business logic in eg pl/sql [...]What do you mean with "when"? /sI dread companies who still have logic in their databases when it's not necessary. <insert sad face>−SOLAR_FIELDS6moThe real fun begins when you encounter a system where someone thought it was a good idea to store source code in the database rows.
Comments
It's similar to when we wrote all our business logic in eg pl/sql, stored procedures etc. Seems attractive at first, but it breaks separation of concerns, becomes difficult to test etc.
What do you mean with "when"? /s
I dread companies who still have logic in their databases when it's not necessary. <insert sad face>
The real fun begins when you encounter a system where someone thought it was a good idea to store source code in the database rows.