|
|
|
|
|
by zukzuk
237 days ago
|
|
I don’t want OOP. I just want the language to include a system for imposing constraints that prevent entire categories of bugs and make it easier to safely do large scale refactoring. It’s really hard to go back to living without this once you’re used to it. |
|
For one, there's little ability to avoid message passing in our modern world. You can take it out of the language, but that just means pushing it to another abstraction (e.g. sockets), and all the same lack of type safety comes right back.