How do I avoid "Developer's Bad Optimization Intuition"?

Posted by Mona on Programmers See other posts from Programmers or by Mona
Published on 2011-08-22T15:47:00Z Indexed on 2012/09/15 9:50 UTC
Read the original article Hit count: 252

Filed under:
|

I saw on a article that put forth this statement:

Developers love to optimize code and with good reason. It is so satisfying and fun. But knowing when to optimize is far more important. Unfortunately, developers generally have horrible intuition about where the performance problems in an application will actually be.

How can a developer avoid this bad intuition? Are there good tools to find which parts of your code really need optimization (for Java)? Do you know of some articles, tips, or good reads on this subject?

© Programmers or respective owner

Related posts about java

Related posts about Performance