Linus Arver <linusa@xxxxxxxxxx> writes: > I don't see why we should preserve the if-statement and associated > strlen() call if we can just get rid of it. Here are some reasons: - Without compiler optimizations, it is faster. - Subjectively, I find the early return easier to understand. I don't think I need to nitpick over such a tiny issue though, so I'm okay either way.