Caspius=GCHQ= wrote:
Interesting article but was confused what this was all about...
Quote:
Engineers have added features to low-level APIs that assume the presence of dynamic link libraries (DLLs) that belong with higher level APIs, and when you try to extract just those low-level components, they break.
Code in one file assuming code is present in another file. It only works if this is true. Keep all the files together and its fine. Split them up it's not fine, why split them up though there is no reason so it's a good idea. I am guessing it work faster because the assumptions arn't checked any more just assumed.