in reply to Re^2: An error message to understand
in thread An error message to understand

I don't particularly want to argue about it but I would not approve of such a change. True, as the pattern match is now it does not make a difference, but if the pattern is ever changed it's easy to miss changing the test as well, which can introduce a subtle bug. Just checking for truth makes the code more brittle. IMO, YMMV, etc.


There are ten types of people: those that understand binary and those that don't.