Conditionals, An Easier Design Decision But A Poor Choice
Switch case has made our lives so much easier since the day we started programming.
It solves problems when we have multiple options for a single input and have to decide which path to go.
….but often we use it and make our lives tough when it comes ...
5abhisheksaxena.hashnode.dev7 min read