Using return statements in a switch block
? Super simple clean-up, but the cause of so much "dead code". When using `return` statements within a `switch` block the `break` is unnecessary and is always unnecessary for the `default` case. pic.twitter.com/QxjFmiGcYy
— Jason McCreary (@gonedark) June 11, 2018
Read more [twitter.com]