Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]] <<TableOfContents>>

If you refactor to lots of small classes, isn't the code less efficient or slower?

  1. Speed of the code is not the only concern.
  2. Modern compilers can do tricks that reduce much (and sometimes all) of the overhead of calling a method.
  3. Even object creation is faster than people think.
  4. Even if it is slower, you're not likely to notice it--particularly if there is a database involved.
  5. If you're worried about it, profile the code and see.

iDIAcomputing: TestDrivenDevelopmentFrequentlyAskedQuestions (last edited 2009-07-27 18:26:18 by localhost)