FizzBuzzEnterpriseEdition-CSharp icon indicating copy to clipboard operation
FizzBuzzEnterpriseEdition-CSharp copied to clipboard

FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by a serious businessman for serious business purposes. It's a port of the original Java https://github.com/Mikkeren/FizzBu...

Results 4 FizzBuzzEnterpriseEdition-CSharp issues
Sort by recently updated
recently updated
newest added

I've tried running this project locally, but I don't have required SDKs/runtimes installed. It would be a lot easier if you added Dockerfiles and images. Also... a monolith? Really? It's...

Due to push back from the QA team, the CI/CD team is refusing to run further pipelines until unit testing has been implemented.

I really think this should use dependency injection. Right now, class FizzBuzz constructs its own dependencies, you should be passing them into the constructor as interfaces. This will greatly assist...

Enterprise applications must have good tests