Hacker News new | ask | show | jobs
by dylz 3816 days ago
Excuse me, are you saying that enterprise-ready, battle-tested, unit-tested fizzbuzz implementation is not clean??
1 comments

Enterprise-ready, battle-tested and unit-tested have little to nothing to do with clean code. Clean code is really talking about readability here.
The enterprise fizzbuzz does exactly what is asked of in the spec, allow room for expansion, split all responsibilities into modules which could be concurrently worked on by many different people/teams, and the testing ensures that miscommunication doesn't ruin a code base. In my books, that's clean.
That joke went really far above your head...