Hacker News new | ask | show | jobs
by jrgv 3738 days ago
I'd prefer to throw an exception in that else block:

    throw new AssertionError("Should never happen");
1 comments

I just put a comment as an example. I typically log-and-throw.