|
|
|
|
|
by dpc_pw
2112 days ago
|
|
OOP encourages writing code in "reusable" way of having bunch of objects referencing each other, which throws out of the window the reality of data having an actual form that has to support efficient computation. This kind of works (to the point) while the data is entirely in memory, but quickly falls appart when it's a bigger data set in external storage. I am yet to see a OOP project with ORM that have not fall appart in a way I described in these twitter post: https://twitter.com/dpc_pw/status/1240719977071575040 |
|