|
|
|
|
|
by debaserab2
1373 days ago
|
|
If your `Foo` object has 60 potential character definitions... that sounds (smells) like it would be a code smell of something wrong upstream. Perhaps it's time to refactor the function. Ignoring the 60 different character definitions isn't going to make the problem that you have 60 possible variants go away just because you didn't type it. |
|