|
|
|
|
|
by arethuza
220 days ago
|
|
I've never interpreted "Premature optimization..." to mean don't think about performance, just that you don't have to actually implement mechanisms to increase performance until you actually have requirements to do so - you should always ask of a design "how could I make this perform better if I had to". |
|
Any different interpretation in my opinion leads to slow, overbloated software.