11

When variable naming should be policed... $is_not_checkout. WTF!! Even worse when seen in context.

If (!$is_not_checkout) {
// do something when on the checkout

}

Comments
  • 0
    not not checkout, cool
  • 1
    I fucking hate double negative shit in code. Makes me wish people had hand amputation surgeries more often.
Add Comment