4 ms·
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/FizzBuzzEnte
by imbellish 11y 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/FizzBuzzEnterpriseEdition https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...
- dylz 11y agoExcuse me, are you saying that enterprise-ready, battle-tested, unit-tested fizzbuzz implementation is not clean??
- gamesbrainiac 11y agoEnterprise-ready, battle-tested and unit-tested have little to nothing to do with clean code. Clean code is really talking about readability here.
- chii 11y agoThe 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.
- coltonv 11y agoThat joke went really far above your head...
- stuaxo 11y agoA baroque nightmare !