6 ms·
I've created a joke Python library, hoping that I would get asked to code it in an interview. No luck so far https://github.com/leoffx/fizz https://github.com/
by leoff 2y ago
I've created a joke Python library, hoping that I would get asked to code it in an interview. No luck so far
https://github.com/leoffx/fizz https://github.com/leoffx/fizz
- belter 2y agoI get the point, but update your library to support entries higher than 100. :-)
- Shocka1 2y ago1000 if statements would have probably added more laughter than there already was in my life this morning lol.
- isaacremuant 2y agoI think the joke is that it's hardcoded. It's definitely easier to implement it for n numbers yourself.
- dmd 2y agoLove the implementation. Don’t let anyone convince you to change it.
- kmoser 2y agoReminds me of this purposely over-engineered Java version: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...