Comment on What is OOP, really? Why so many different definitions?
HyonoKo@lemmy.ml 11 months ago
Instead of making one big mess, you make multiple smaller messes and stuff them into objects.
Comment on What is OOP, really? Why so many different definitions?
HyonoKo@lemmy.ml 11 months ago
Instead of making one big mess, you make multiple smaller messes and stuff them into objects.
MajorHavoc@programming.dev 11 months ago
Yep. State is bad, so in OOP we take the huge uy ball of unnecessary state, and we spread it across the program ecosystem as a thin ugly brittle venier of unnecessary state.
Hexarei@programming.dev 11 months ago
Let’s just not talk about the part where the computer is inherently stateful though 😉
MajorHavoc@programming.dev 11 months ago
Exactly! ;)