Hacker News new | ask | show | jobs
by mseepgood 5074 days ago
But Go doesn't get rid of OOP, it just fixes it.
2 comments

Does it? Seems like Go just has somewhat weak structural typing and a poor (by 2012 standards) type system. No parametric polymorphism? Whaaaaaaa
Parametric polymorphism has nothing to do with OOP.
> But Go doesn't get rid of OOP, it just fixes it.

The only problem with OOP is people using OO without taking the time to learn it properly.