If you can use if statements, use them, but if you have to do some evaluation on a lot of data points, switch statements work wonders and they read easy, years ago my senior developer told me to stay away from switch statements and I asked him to rewrite a large switch statement that use many cases and he had to accept that sometimes a switch statement have it's place.
@caseyspaulding2 жыл бұрын
This is great! Thanks!
@RealMicak2 жыл бұрын
Thanks man when i get to it ill use these videos about C# :)
@chadgregory90372 жыл бұрын
switch statement in a static factory method
@sylgeek13032 жыл бұрын
It would be cool to see some beginner tutorial on Angular JS