Reexamining FizzBuzz Step by Step – and allowing for more varied rules
I went and reexamined the good old FizzBuzz coding challenge to walk through it step by step and make it more extensible using a Rule
object.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I went and reexamined the good old FizzBuzz coding challenge to walk through it step by step and make it more extensible using a Rule
object.
Comments
love fizz buzz. fyi: more fizz buzz variants / designs in the booklet -> https://yukimotopress.github.io/fizzbuzz and yes, there’s a gem for the next interview question. let’s (re)use fizzbuzzer -> https://rubygems.org/gems/fizzbuzzer
Post a comment