Hacker News new | ask | show | jobs
by bluesnowmonkey 1092 days ago
I also use ‘for’ rarely. It silently ignore list elements that don’t match, whereas ‘map’ or ‘each’ blow up. Generally I prefer things to blow up rather than fail silently.