Hacker News new | ask | show | jobs
by jjoonathan 1125 days ago
I'd expect kernel devs to carry lots of bad habits and poorly calibrated intuition from their noob days. Example: "for loops are fine."
1 comments

What’s wrong with for loops?
They encourage accidentally quadratic behavior if they are easier than calling sort().