|
|
|
|
|
by JoeAltmaier
3998 days ago
|
|
The opposite of that. Using somebody else's code, written for a different app in a different environment, is where most unexpected behavior comes from. Here's the bits that aren't robust enough: any open source that isn't either used by thousands, or used in exactly the way you will be using it. |
|
That 95% would still need to interact with my new 5%, and as it was never designed to do that, it could easily introduce new unexpected behaviour. Imagine trying to rip out (for example) the indexing code out of a database because it's performing badly and then rewriting it.