You're hurting your future self. The control flow of the compiler output doesn't matter except to some optimizer that can read machine code better than you can read text messages from your bae.
The logical control flow of your source code does matter, to potentially a lot of people, because humans have to reason about it when they change it. One exit point is better than 50, but sometimes its worse than 2.
You're hurting your future self. The control flow of the compiler output doesn't matter except to some optimizer that can read machine code better than you can read text messages from your bae. The logical control flow of your source code does matter, to potentially a lot of people, because humans have to reason about it when they change it. One exit point is better than 50, but sometimes its worse than 2.