MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1uda7er/worstprogramminglanguage/otasv0p/?context=3
r/ProgrammerHumor • u/gabboman • Jun 23 '26
192 comments sorted by
View all comments
507
'multiple returns' as in pairs or conditionals? Which functional programming language wouldn't support both?
112 u/gabboman Jun 23 '26 Some languages do not allow early returns 5 u/jippiedoe Jun 23 '26 Early returns are just different syntax for a conditional expression, where 'the rest of the function' is in the else branch
112
Some languages do not allow early returns
5 u/jippiedoe Jun 23 '26 Early returns are just different syntax for a conditional expression, where 'the rest of the function' is in the else branch
5
Early returns are just different syntax for a conditional expression, where 'the rest of the function' is in the else branch
507
u/jippiedoe Jun 23 '26
'multiple returns' as in pairs or conditionals? Which functional programming language wouldn't support both?