Hacker News new | ask | show | jobs
by Drakim 2641 days ago
Worst part is, I've seen devs wrap their entire for-loop in an anonymous function JUST so they could use a return; to break out of the loop, instead of using break;