posted 13 years ago
the original code had (boiled down)
So, no matter what the original condition was, we would return from the method in either the 'if' or the 'else' block. There was no way to ever get past it without returning, so the 'line 20' is unreachable.
I think the other comments were jokes about Project Managers setting unrealistic completion dates
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors