|
|
|
|
|
by marcos100
599 days ago
|
|
We all should think about optimization and performance all the time and make a conscious decision of doing or not doing it given a time constraint and what level of performance we want. People write bad-performing code not because it's easier, it's because they don't know how to do it better or don't care. Repeating things like "premature optimization is the root of all evil" and "it's cheaper to get a bigger machine than dev time" are bad because people stop caring about it and stop doing it and, if we don't do it, it's always going to be a hard and time-consuming task. |
|