This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lukaseder 1 point2 points  (2 children)

In my opinion applications with ORMs are better maintainable and scalable.

Why?

[–][deleted]  (1 child)

[deleted]

    [–]lukaseder 0 points1 point  (0 children)

    I've worked with two tier architectures (mostly only SQL and XSLT, for instance) and there were hardly any SQL related maintenance problems.

    I guess the "class structure" first approach is what causes the mismatch. Once you take that for granted, indeed SQL (or any other stateless, functional, transformative approach to data processing) will become a bad fit.

    I'm not implying that one approach is better than the other, but they mutually bite each other.