From c4dc95ee32ae24ca830b59e8b5a579aa3efb344e Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 12:04:48 +0200 Subject: [PATCH] Add FizzBuzzEnterpriseEdition Yes it's humorous. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a1168a..f008d3a 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. * [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. * [FF4J](http://www.ff4j.org/) - Feature Flags for Java. +* [FizzBuzz Enterprise Edition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) - No-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. * [J2ObjC](https://github.com/google/j2objc) - Java-to-Objective-C translator for porting Android libraries to iOS. * [JavaX](http://javax.ai1.lol/) - Reinventing and extending Java with a focus on simplicity. * [JBake](http://jbake.org) - Static website generator.