0
kicks
BacktoBasics-Life After If,For and Switch - a Data Structures Reminder
Alternative code writing methods, sometimes using if, switch and for gets to much, this article shows some alternative solutions, e.g. using a dictionary as a map instead of using large if or switch statements.