Uncle Bob Martin is anti-SQL
twitter.com
Uncle Bob Martin is anti-SQL
1–6 of 6 posts
Re: Uncle Bob Martin is anti-SQL
#2Re: Uncle Bob Martin is anti-SQL
#3No domain logic, no collaborating objects, just Java and Spring for the sake of shuttling stuff to and from the database.
That has its place, though, if you just want to ship data to a vendor for their processing. The service is a boundary to avoid granting rights or network access to the database itself.
From a maintenance perspective, if most services are Java+Spring from a template, might as well on this one too.
Maybe Uncle Bob is unhappy folks don't design anymore? Like CRC cards and hashing out expert patterns from users.
Re: Uncle Bob Martin is anti-SQL
#4Re: Uncle Bob Martin is anti-SQL
#5Once again, and I regret the ad hominem, I find Uncle Bob’s parochial delivery completely distracting from the substance of his message.
Re: Uncle Bob Martin is anti-SQL
#6This is a kernel of s great point wrapped in confusing-at-best vocabulary.