28

if (obj == null == false)

Dude, what the fuck is wrong with you?

Comments
  • 7
    @NoNameCode he probably means if(obj != null) the obj == null evaluates to a boolean value which he then checks against false
  • 0
    i used to do some checks like that
    i don't check like that anymore
  • 1
    @JeremTheOuf good for you! :thumbs-up:
Add Comment