The idea is that you only load a DLL when you actually use something from the DLL.
其思想是只在实际需要使用DLL中的某些内容时才加载该DLL。
If everyone fully understands and adheres to the contract of the functions of a particular DLL, shouldn't updating that DLL in theory not break any code?
假如每个人都完全理解并且遵循特定dll的功能契约,那么在理论上,是否不应该升级dll,以避免对某些代码的破坏?
应用推荐