The Daily C++
@dailycpp
1.82K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.82K subscribers
The Daily C++
Tags:
#beginner
#code
#improve
#return
http://arne-mertz.de/2016/12/early-return/
Simplify C++!
Return early and clearly - Simplify C++!
There are different guidelines out there about return statements in a function, e.g. return only once at the end of the function or return early and often.