40
phlp
8y

New "dev" at our company. One of his first questions. "Could an if clause have two conditions?"... /me *facepalm* ... where did my boss find this Person and what did he told him?

Comments
  • 9
    if(guy.canProgram() && guy.isCompetent()) guy.hire();

    Guess your boss didn't know about combining conditions either ;)
  • 3
    On one side I hear interviews being kinda tough and vague and on the other side I read stories like this. One scares me and the other sets the bar really low 😶
  • 0
    "Nah you just have to nest lots of if statements"
  • 0
    @AdamGaskins you meant boss.hire(guy)
Add Comment