Y
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
sausagefeet
5074 days ago
Does it? Seems like Go just has somewhat weak structural typing and a poor (by 2012 standards) type system. No parametric polymorphism? Whaaaaaaa
link
mseepgood
5074 days ago
Parametric polymorphism has nothing to do with OOP.
link
pjmlp
5074 days ago
> 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.
link