| ▲ | andrewmutz 5 hours ago | |
You say that, but I've created plenty of production bugs because two different implementations diverge. Easier to avoid such bugs if we just share the implementation. | ||
| ▲ | bluGill 4 hours ago | parent [-] | |
I've also seen a lot of production bugs because two things that appeared to be a copy/paste where actually conceptually different and making them common made the whole much more complex trying to get common code to handle things that diverged even though they started from the same place. | ||