|
|
|
|
|
by akerro
2068 days ago
|
|
> It's not like your passing those variables to functions right there Yes it did. Case blocks had several lines. >So what if they're different types? It makes it hard to read and destroys expectation of what possible cases there are. It makes it hard to test as a lot of test preparation/mocking is necessary. >Except the recursive function bit. Why bother if its always false... Yea, that the point! Because there was no test for it |
|
Assuming he has to do the check that way, of course.