Hacker News new | ask | show | jobs
by wisswazz 1948 days ago
I really like http://tmrts.com/go-patterns/
1 comments

This looks like some C++ or Java developer trying to shoehorn OOP concepts into a language that is not OOP-first. Just to pick out one particularly egregious example:

> Registry: Keep track of all subclasses of a given class

Go does not have classes.