Programming archive /1

Theory and practice of programming in relation to game development and regular software development. (page 1 of 1)

#Game Design #Gamedev #Programming #Ramblings
When to Optimize Code?

When to Optimize Code?

It’s very easy to optimize too early, wasting time and resources. Let’s talk about deciding when it makes sense to bother with your code’s speed and when it’s just going to generate problems for you.