Hacker News new | ask | show | jobs
by robben1234 1082 days ago
I feel that ORM might be an antipattern depending on a language.

Every Java developer I interacted in my career with wanted to avoid ORMs and instead come up with a bunch of pattern-abstracted ways to write raw SQL.

Every Python developer I interacted in my career with loved their ORMs. Django or SQLAlchemy.

1 comments

Probably depends on the typical type of application, team size etc then?

Or maybe Hibernate is just horrible :-) (I haven't used it)