Jan 16, 2025
Yes... but I believe that it is controlled enough. It is not as random as just the old goto. And other cases are break, return, continue, case (I remember programming amazing coroutines using switch/case). Any of them, makes maintenance more difficult.
Yet, I would love to have in popular languages better error handling like rust does.