Hacker News new | ask | show | jobs
by azth 3806 days ago
Just take a look at any OS/graphics/machine learning/etc. codebase.
1 comments

Okay, I have.

I haven't seen any code that could not be refactored to be clearer and shorter. Not being a dick, but five lines is a lot.

What about any of the functions here: https://golang.org/src/sort/sort.go

e.g. symMerge(), quickSort(), etc.