Conditional blocks introduce scopes that need to be kept track of, linear code is easier to follow. So use early exiting (`continue`s in this case) to reduce cognitive load, a number of devs consider this good practice.
Conditional blocks introduce scopes that need to be kept track of, linear code is easier to follow. So use early exiting (`continue`s in this case) to reduce cognitive load, a number of devs consider this good practice.