Hacker News new | ask | show | jobs
by emerged 1996 days ago
In software we call this a bug. Just need the following unit test:

ASSERT(!find_aliens())

And follow the stack trace(s) to eliminate the bug.

1 comments

The stack trace will just show you where you put the assert. Showing you nothing useful.
True. I have shamed myself.