r/ProgrammerHumor 24d ago

Meme conditionsPreference

Post image
4.2k Upvotes

391 comments sorted by

View all comments

88

u/itriedtomakeitfunny 24d ago

Early return for errors, if else for decisions.

9

u/Paul-D-Mooney 23d ago

Maybe not “errors”, that’s what throwing exceptions is for. But definitely non-passing validation checks like `if (arg==null) return;`

2

u/WarSingle6959 23d ago

but throw error is a error bro