I have an application written in Java which runs pretty slow. I was wondering if I remove all the spaces and line breaks (not to mention empty lines) will my app run faster?
Name:
Anonymous2010-04-24 16:00
>>1
I'd also recommend shortening all your variable and function names as much as possible, preferably using single letters. This might seem a little harsh (as you can't describe the behaviour of a function in its name), but the performance gain is worth it.