Hacker News new | ask | show | jobs
by stackthat 5729 days ago
switch in C syntax is terrible implemented, VB done this one so much better. That's one of the reasons why switch is not that popular in C languages (people tend to do crazy if-then-else stuff) and so popular in VB, most devs tries to use select where possible.
1 comments

Does VB have a switch statement, or do you mean select? (Not nitpicking, just curious. It's been a while since I used it.)
I mean select