Hacker News new | ask | show | jobs
by imbellish 3810 days ago
I took a look at the source, and this is some of the cleanest Java I've seen yet. Certainly nothing like https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...
2 comments

Excuse me, are you saying that enterprise-ready, battle-tested, unit-tested fizzbuzz implementation is not clean??
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...
A baroque nightmare !