|
|
|
|
|
by bluGill
238 days ago
|
|
Fizz-buzz is a difficult problem. There are a few different ways to solve the problem and every single one has some uglyness about it that should make a qualified programmer squirm and hate their answer. It is simple enough that any qualified programmer can discover one of the possible solutions on their own and get it working in less than an hour, but then they will likely go back and research because it seems like there should be a better solution (there isn't, there are different ones with different pros and cons) |
|
What are you talking about? The question is basically just a gotcha to catch out folks that don't know about the modulo operator. Or is this satire and I completely missed the joke?