# Select velocity + adaptability over performance

- Published: 2023-02-12
- URL: https://notes.webutvikling.org/performance-velocity-adaptability
- Tags: premature-optimization
- Source: https://www.youtube.com/watch?v=tKbV6BpH-C8

Your code speed can be seen as a combination of velocity (how fast you add features), adaptability (how well suited code are for future changes) and performance (how fast the user experiences it). Don't care about performance until it's a problem. Then measure, test and measure.
