Short Circuit (Brain)

I describe this phenomena as not quite the same as choking.

Some examples of short circuiting:

  • Chester forgetting to take his carry-on language when boarding off the plane
  • Forgetting to check the bounds >= 0 during your JS interview
  • Making very basic logic errors, like thinking that 5 + 4 + 3 + 7 = 20

You must absolutely avoid short circuiting. To do that, your logic must be flawless. You must be.