I just wrote a program with manny Cases and Switches. So in C# is there any way to avoid Cases and Switches? I ended up with kind of a "messy" program in my point of view. All the other senior full stack developer, they said it was good and so on.
But basically i'm just curious about your thoughts in this subject? Do you know any better way to do smart coding without Cases and Switches?
Basically it's in my nature to questioning things, the status quo....