3

Me: I found the problem. The function call is being given a reference to an undefined variable as an argument. The quotes around that argument were accidentally omitted; it's supposed to be a string.

A "Senior" Developer: No, that wouldn't cause it break.

Me: 😐

Comments
  • 0
    He probably wrote it. Denial.
  • 3
    Perhaps he's trying to say "It must be something else that's causing the issue we're seeing, because that alone wouldn't cause it to break in this way."

    Or he could be a stubborn arse, of course.
  • 0
    In thia case I would write a test to prove its broken, fix it and do a PR.
Add Comment