Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
majewsky
on Feb 22, 2021
|
parent
|
context
|
favorite
| on:
Go is not an easy language
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> Registry: Keep track of all subclasses of a given class
Go does not have classes.