this post was submitted on 24 Oct 2023
890 points (96.5% liked)

Memes

45595 readers
1219 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] arc@lemm.ee 12 points 1 year ago

A company like Paradox should certainly be able afford testers who run the game on a variety of configurations to see if optimization is necessary.

One thing I would say and this is a broad statement - generally you don't do optimization unless you know you need it. And you only do it after the thing you're writing is working correctly non-optimally. Optimize too soon, or when you don't need to just makes code an unmaintainable mess. That doesn't doesn't preclude writing efficient code in the first place but efficient is not the same thing as optimal.