Y
Hacker News
new
|
ask
|
show
|
jobs
by
orthoxerox
21 days ago
> ergonomics of not having an early return
I wonder who came up with this idea first. I find obvious early returns incredibly ergonomic.
1 comments
voidUpdate
21 days ago
Wikipedia says that "guard clause" was a term invented by Kent Beck, but that the actual practice was used since at least the early 60s
link
orthoxerox
21 days ago
No, I meant the idea that guard clauses are antipatterns and your subroutine should have a single implicit return.
link
voidUpdate
21 days ago
Sorry, I misread. Need more coffee
link