Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mkleczek
on June 28, 2023
|
parent
|
context
|
favorite
| on:
Is ORM still an anti-pattern?
Not sure what language you are talking about. For Java there is an awesome
https://www.jooq.org/doc/3.19/manual-single-page/
Having said that: I stopped using it as writing plain SQL seems much more effective.
jokab
on June 28, 2023
[–]
If you are fine with search and replace to refactor your code then ok.
funcDropShadow
on June 28, 2023
|
parent
[–]
Or you could use an IDE that supports refactoring SQL, like Intellij IDEA.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Having said that: I stopped using it as writing plain SQL seems much more effective.