Fizzbuzz

A fizzbuzz implementation in rust

A fizzbuzz example: specialisation vs reusability

One of the more difficult decisions in software development is choosing between specialised and reusable solutions. So let us look at both and see if we can understand when to use which.

Posted

#Fizzbuzz #Rust #Reusability #Software-Development