I love this. I just wish it was a joke. This is a daily reality for so many of us.
do you put .java. in your package names? That one stood out as really strange (others were par for the course)
Fizz Buzz: Enterprise Edition
21–30 of 171 posts
Re: Fizz Buzz: Enterprise Edition
#22Re: Fizz Buzz: Enterprise Edition
#23lol, cracked me up. I met some c# guy who did the whole enterprise thing in his version, but it wasn't tongue in cheek at all. in my head I went, this is why the whole ms enterprise stack sucks balls. the sad part is that they actually think it's good to abstract away something really simple. EDIT: removed the link, sorry for offending you dude
Your comment offends me, but on a light note, for every 1 developer doing the enterprise overengineering crap, there is a dozen of us C# guys who are doing the opposite where I work.
Re: Fizz Buzz: Enterprise Edition
#24Re: Fizz Buzz: Enterprise Edition
#25refactored: class F{public static void main(String[]a){for(int i=0;i++ 0?"":"Fizz")+(i%5>0?i%3>0?""+i:"":"Buzz"));}}
I bet it would still be better in Javascript or Ruby because those are the only two languages that I know and everything is better as a web app anyway.
Re: Fizz Buzz: Enterprise Edition
#26Earlier quoted context omitted.
Your comment offends me, but on a light note, for every 1 developer doing the enterprise overengineering crap, there is a dozen of us C# guys who are doing the opposite where I work.
it shouldn't, it has nothing to do with you, as much as it has something to do with best practice in c#
Also, I'll be waiting to see some code that you think is great.
Re: Fizz Buzz: Enterprise Edition
#27Re: Fizz Buzz: Enterprise Edition
#28Earlier quoted context omitted.
do you put .java. in your package names? That one stood out as really strange (others were par for the course)
What if you have projects in other jvm languages?
Re: Fizz Buzz: Enterprise Edition
#29I love this. I just wish it was a joke. This is a daily reality for so many of us.
do you put .java. in your package names? That one stood out as really strange (others were par for the course)