The power of static analysis

Before:

  the_question = to_be || ! to_be;

After:

  the_question = true;