code maintenance is a larger window of time than the time it takes to initially author code. yet we only seem to consider that initial release as the part that should be fast.
if anything speed is FAR more critical when upgrading a dep, patching a security hole, or recovering from an outage!
if anything speed is FAR more critical when upgrading a dep, patching a security hole, or recovering from an outage!
Comments
Its also why I feel like AI authoring misses the boat. Initial implementation of things is the easy part.
Its the patching of holes as they come up that is much more challenging, especially in a way that doesn't break anything that already exists.