Hacker News new | ask | show | jobs
by bigtech 2672 days ago
The article provided some good examples of times when code readability can be increased without a bulky switch statement. However, there are times when I find the switch statement most closely communicates the idea of what needs to occur to some developer in the future.