Hacker News new | ask | show | jobs
by rootlocus 3907 days ago
And with the else-if code you would need a counter increment for every else-if statement
1 comments

No, you'd just need one increment after all of them. An increment in every else-if block is redundant because only one condition can be executed per loop.