|
|
|
|
|
by mercurial
4216 days ago
|
|
It's a cost/benefit thing. You should try to design your program sensibly when it comes to performance, because the cost of a failed architectural decision is high. What you shouldn't do is micro-optimizations which make the code longer and harder to read. |
|