Search Results

0
votes

What do you wish was automatic in your favorite programming language?

Coffee. I mean the language is call Java - so it should be able to make my coffee! I hate getting up from programming, going to the coffee pot, and finding out someone from marketing has taken th …
13
votes

Performance optimization strategies of last resort?

When you can't improve the performance any more - see if you can improve the perceived performance instead. You may not be able to make your fooCalc algorithm faster, but o …