Kill the Switch statements

Has I continue my work as a Software Engineer I get exposed to a plethora of development styles, but one common element is the “Switch” statements. I don’t believe this is the best approach. Why? Because if there is another condition that needs to be evaluated you need to modify the code that has already […]