FizzBuzz Overthink now with Python June 7, 2007
I’ve just added a Python implementation to the
FizzBuzz Overthink
which means we’ve now got good examples of how to write, document, and unit test
object oriented code in Java, Perl, Python, and JavaScript. The site has more
details, including how to contribute a FizzBuzzOverthink in your favorite
language.
Notes:
It’s been a while since I’ve written any Python so I’d be happy to hear any
suggestions. Also, if you’ve found the FBO useful for teaching your friends or
coworkers how to write tests, or document their code, or anything else, please
drop me a quick note ( masukomi at masukomi dot org ) as it would be nice to
know that this is actually benefiting people.
P.S. What’s the deal with pydoc being so poorly documented? I ended up going with Natural Docs for the Python version too because none of the Python specific tools seemed to even come close or be anything I’d call a standard.
Popularity: 2% [?]
Leave a Reply