|
|
|
|
|
by hu3
864 days ago
|
|
> PHP let's people do really dumb ORM templating. PHP has nothing to do with ORM problems. Any language allows dumb stuff related to ORM. Those are the libraries rather than the language. PHP, like any language, has good and bad libraries. If a project uses a bad solution for ORM, the language is not to blame. I can do dumb ORM stuff in C#, Java, Rust, C++ and Python. If a project picked a bad framework 10 years ago and now complains about the language instead of the framework I don't know what to tell you. |
|
The same goes for Node, which doesn't break servers just because you upgrade it. I have updated from 12 to 20 with no problems because of the dependencies.