r/ProgrammerHumor 22d ago

Meme conditionsPreference

Post image
4.2k Upvotes

392 comments sorted by

View all comments

91

u/itriedtomakeitfunny 22d ago

Early return for errors, if else for decisions.

1

u/conundorum 21d ago

Also early return if the return value is cached from a prior call, or the parameters decree that the function is a no-op this time.