|
|
|
|
|
by couchand
1674 days ago
|
|
Generally the issue with the switches scattered about (or more generally, and concern about conditions scattered about the codebase) is that the body of each case is different. Of course if all the bodies are the same the easier option is a utility method. |
|