spoiler

For people that don’t know this is not how you use Calipers

  • @foo@programming.dev
    link
    fedilink
    322 years ago

    We did a fizzbuzz interview with a candidate. He passed but I had a weird feeling about it so we asked him to do another one with 7 and 21 and he couldn’t do it even with his old code right there

    • themeatbridge
      link
      fedilink
      62 years ago

      It’s slightly different because all numbers divisible by 21 are also divisible by 7, so you would get all Fizz and FizzBuzz but no Buzz. So the question is, should you even be checking for Buzz, or should you make your code more efficient by eliminating those lines?