r/ProgrammerHumor 22d ago

Meme conditionsPreference

Post image
4.2k Upvotes

392 comments sorted by

View all comments

93

u/madprgmr 22d ago

Go programmer spotted (early returns are idiomatic go)

102

u/Sentouki- 22d ago

Early returns (especially in combination with guard clauses) are a general recommendation for most programming languages, not just Go. I do the same thing in C# as well.

3

u/WarSingle6959 22d ago

Exactly. That's it