Hacker News new | ask | show | jobs
by parenthephobia 3047 days ago
I don't understand your point about sorting. What sort-related Java boiler plate are you referring to?
1 comments

Boiler plate in my example would be everything that needs to be written for a class in Java, not specific to sorting: new file, imports, getters, setters etc. compared to a few lines in an existing file for a struct in Go.