|
|
|
|
|
by deltaonefour
1453 days ago
|
|
If you have a hard time thinking this way then you really need to try other paradigms in coding because OOP is not the only way and it is getting less and less popular. For example C, is not OOP. Linus Torvalds hates OOP, so linux is in written in C. Go was created by Robert Pike who's also subtly against it, and it shows in the language. Additionally Rust pretty much gets rid of objects as well. React is also moving away from class based representation of components. These are just modern languages that are moving away from OOP. In addition to this... behind the modern languages there's a whole universe and history of other styles of programming. Not against OOP... But I'm saying it's not a good sign if OOP is the only perspective you're capable of seeing. |
|
https://www.cs.cmu.edu/%7Ealdrich/papers/objects-essay.pdf