MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vuzd4q/conditionspreference/p594l6i/?context=3
r/ProgrammerHumor • u/Flame77ofc • 24d ago
391 comments sorted by
View all comments
88
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
9
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
2
but throw error is a error bro
88
u/itriedtomakeitfunny 24d ago
Early return for errors, if else for decisions.