1
Answer

Switch vs if, elseif, else

I've read that you should only typically use switch statements if your logic is simplistic and if, elseif, else when dealing with more complex logic.  Would you agree or disagree? 

Answers (1)