Fizz Buzz: Enterprise Edition
61–70 of 171 posts
Re: Fizz Buzz: Enterprise Edition
#62I've often wondered - is it the language that spawns this or the mindset of the developer (or both?) I see this primarily in Java or .NET shops - massive layer upon layer, code generation, factories, classes, etc. - when a simple architecture would be best. Why do we get these insane things to begin with? What's going on? It feels sort of like premature scaling (what if we have millions of programmers - we need more…
Re: Fizz Buzz: Enterprise Edition
#63https://groups.google.com/forum/?fromgroups=#!msg/alt.humor.... [1997]
Re: Fizz Buzz: Enterprise Edition
#64I've often wondered - is it the language that spawns this or the mindset of the developer (or both?) I see this primarily in Java or .NET shops - massive layer upon layer, code generation, factories, classes, etc. - when a simple architecture would be best. Why do we get these insane things to begin with? What's going on? It feels sort of like premature scaling (what if we have millions of programmers - we need more…
And partly a correlation between the type of company that chooses a "proper", statically typed, "enterprise ready" language and the type of company that hires "safe pair of hands" programmers who value predictability over getting stuff done.
Re: Fizz Buzz: Enterprise Edition
#65 *Ticket 23145gwy54fvdr*
Variable names do not follow standard.
Revise and submit to Q&A.Re: Fizz Buzz: Enterprise Edition
#66Wow. There were pull requests that were accepted to this project: https://github.com/Mikkeren/FizzBuzzEnterpriseEdition/pulls?... The potential for more funny is great here.
Change
"One-liners lead to unclear code that has too much responsibility crammed into too little space. It's better to do less per line and keep the code readable. This changes the very complex and ambiguous operation <= into two separate, easily understood operations < and ==."
Re: Fizz Buzz: Enterprise Edition
#67Re: Fizz Buzz: Enterprise Edition
#68Startup edition: * provision one ec2 instance per number to check * assign numeric order based on uptime in msec using zookeeper * serve result via json * render it on the client.
Re: Fizz Buzz: Enterprise Edition
#69Abstraction makes code harder to read, so use it wisely!
Re: Fizz Buzz: Enterprise Edition
#70This would be hilarious if it weren't so painfully accurate for some code bases I've had the misfortune of working with.