![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://programming.dev/pictrs/image/170721ad-9010-470f-a4a4-ead95f51f13b.png)
1·
4 days agothe codebase readability certainly suffers, and this isn’t the only case of shenanigans like this
the codebase readability certainly suffers, and this isn’t the only case of shenanigans like this
found the following in our codebase the other day.
while(booleanFlag)
return;
thhere wasn’t more in the loop body, that was it. the loop conditional does exist and it can hurt you.
this, evil is the real 4th generation vi