6 ms·
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 w
by robben1234 3y 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.
- Scarblac 3y agoProbably depends on the typical type of application, team size etc then? Or maybe Hibernate is just horrible :-) (I haven't used it)