|
|
|
|
|
by cmiles74
4 days ago
|
|
I hear what you’re saying, I’ve wondered this myself. My suspicion is that if we let duplicate or very similar code accumulate, eventually we’ll have enough that it will start to slow down or impact the success rate of the AI tooling. It might update two chunks of relevant code but miss the third, leading to a bug. Or it might grow confused over which of three similar chunks of code are providing the “correct” behavior. |
|