(no title)
bcoughlan | 2 years ago
I often run into conflict with developers who believe in the single return statement. This is flatter but irks a lot of devs:
if (!condition) {
return
}more code
return
bcoughlan | 2 years ago
I often run into conflict with developers who believe in the single return statement. This is flatter but irks a lot of devs:
if (!condition) {
return
}more code
return
No comments yet.