|
|
|
|
|
by watwut
2773 days ago
|
|
FizzBuzz is relevant to job. People complaining about
izzBuzz havent had the
pleasure of working with someone able to talk about development well while
being unable to write simple code. Problem of FizzBUzz is that it is too
easy, so folks get insulted. I have worked who are totally passionate and read all the blogs and can talk
about all new buzzwords and techniques. Who simultaneously had problem write
simple code. That is incomparable to Beowulf. |
|
10 years ago I was asked how to tell if an integer is divisible by two without using division or modulus. What they expected was to bit mask the 1s place in the integer and check for equality with 0. I'd take Fizzbuzz any day.