7
Anakata
3y

At what point do you stop overthinking random code optimizations and move on to the next task?

Comments
  • 6
  • 3
    I usually go with, first make it work then make it go fast if necessary, preferrably you should get a benchmark from the first solution so you can actually prove the improvement
  • 0
    When it doesn’t matter anymore e.g the impact on user experience is irrelevant
Add Comment