-
FizzBuzz Enterprise Edition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.
But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.
But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?
-
i used to write code like this[1]. now i write code like this[2].
mostly what changed is the way i read code. if err != nil is a friend now, not the abomination i first thought it was.
1. https://github.com/nathants/s4/blob/15eb67158cdc03ee1983d060...
2. https://github.com/nathants/libaws/blob/affb1d6002250e35c5ba...
-
i used to write code like this[1]. now i write code like this[2].
mostly what changed is the way i read code. if err != nil is a friend now, not the abomination i first thought it was.
1. https://github.com/nathants/s4/blob/15eb67158cdc03ee1983d060...
2. https://github.com/nathants/libaws/blob/affb1d6002250e35c5ba...