I ran into the FizzBuzz challenge at HackerRank (https://www.hackerrank.com/challenges/fizzbuzz?h_r=internal-search).
If you are interested take a look at the specified URL.
It was interesting the following statement: Write a solution (or reduce an existing one) so it has as few characters as possible.
It seems to me that the practice of writing cryptic code should not be encouraged. That code needs to be maintained and in most cases modified. That said, given specific requirements, if needed very compact but efficient and well documented code is required in some cases. Continue reading “FizzBuzz”