FizzBuzz First Time.
source: github
This is my first time working on FizzBuzz. I’ve heard of it from other for some time, didn’t pay much attention to it. But an acquaintance asked me recently how would I do if I were to be interviewed and asked to do it. So, this’s it.
Just like when working on any other interview processes, the code should have quality to ship immediately if needed. I also write along some unit tests in case I might want to try refactor it after this. Though I’m already feel that this is already good enough for me.