Hacker News new | ask | show | jobs
by jjnoakes 2083 days ago
I think both have their place.

I like using guard clause style for functions which are mostly pure/functional, and one exit at the bottom style for functions that are mostly impure/procedural.