this post was submitted on 12 Sep 2023
58 points (95.3% liked)

Starfield

2848 readers
27 users here now

Welcome to the Starfield community on Lemmy.zip!

Helpful links:

Spoiler policy:

Post & comment spoiler syntax:

<spoiler here>

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dylanTheDeveloper@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

Look I was taught and told that optimisation should be done at the end of development because if you refracter code to optimise it then there's a chance that breaks something else and after continuing development the code you 'optimised' will end up being refractored again anyway (and probably end up less optimised).