What is the best retort to "premature optimization is the root of all evil"

Posted by waffles on Programmers See other posts from Programmers or by waffles
Published on 2011-05-28T12:26:54Z Indexed on 2012/08/28 3:51 UTC
Read the original article Hit count: 311

Filed under:

Often I hear the sentiment ...

"Why worry about performance, write slow code, get your product to market ... don't worry about performance. You can sort that out later"

The culmination of this sentiment is:

"... premature optimization is the root of all evil ... #winning"

I was wondering, does anybody have a good retort to this one liner. Ideally an equally strong one liner that encompasses the reverse of this sentiment?

© Programmers or respective owner

Related posts about optimization