0
votes
When should you start optimising code?
I would say that optimizations are only required if you have performance issues that cannot be corrected by hardware/platform upgrades within a reasonable cost.
If better performance is sti …
