Hacker News new | ask | show | jobs
by xentronium 4666 days ago
Is it a statement-modifier 'unless' that bothers you? `return ... unless ...` is kind of idiomatic way of returning early in the function. You get used to this shortcut ridiculously fast.