Skip to main content
spelling, formatting
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 310

Premature optimization is not the root of ALL evil, that's for sure. There are however drawbacks to it:

    - you invest more time durring development
    - you invest more time testing it
    - you invest more time fixing bugs that otherwise wouldn't be there
  • you invest more time during development
  • you invest more time testing it
  • you invest more time fixing bugs that otherwise wouldn't be there
Instead of premature optimization, one could do early visibility tests, to see if there's an actual need for better optimization.

Instead of premature optimization, one could do early visibility tests, to see if there's an actual need for better optimization.

Premature optimization is not the root of ALL evil, that's for sure. There are however drawbacks to it:

    - you invest more time durring development
    - you invest more time testing it
    - you invest more time fixing bugs that otherwise wouldn't be there
Instead of premature optimization, one could do early visibility tests, to see if there's an actual need for better optimization.

Premature optimization is not the root of ALL evil, that's for sure. There are however drawbacks to it:

  • you invest more time during development
  • you invest more time testing it
  • you invest more time fixing bugs that otherwise wouldn't be there

Instead of premature optimization, one could do early visibility tests, to see if there's an actual need for better optimization.

Post Made Community Wiki by Michael Shaw
Post Migrated Here from stackoverflow.com (revisions)
Source Link
Herr_Alien
Herr_Alien

Premature optimization is not the root of ALL evil, that's for sure. There are however drawbacks to it:

    - you invest more time durring development
    - you invest more time testing it
    - you invest more time fixing bugs that otherwise wouldn't be there
Instead of premature optimization, one could do early visibility tests, to see if there's an actual need for better optimization.