OOP: One pont of view of OOP与基于算法设计的区别

..摘自《C++网络编程 卷1:运用ACE和模式消除复杂性》 《C++ Network Programming Volume 1 Mastering Complexity with ACE and Patterns》 -Douglas C.Schmidt, Stephen D. Huston -叶斌译

..算法设计根据具体的功能能需求来分解应用的结构,而这些功能需求是不稳定的,且可能随着时间改变。因此这种设计范式会产生无扩展能力的软件架构。

原文地址:https://www.cnblogs.com/hellohelloworld/p/5630892.html