|
|
|
|
|
by scscsc
4290 days ago
|
|
It seems to me that everyone is missing the point behind object-orientation. Object-orientation sucks for everything except user interfaces. If you don't believe me, try writing a UI library without objects and see what happens. UI is OOP's best (and only compelling) use case. For all other algorithms classical data structures/ADTs are much better. If you don't believe me, try writing an OOP compiler. |
|