设计模式 – 伟大的软件设计和实现示例

前端之家收集整理的这篇文章主要介绍了设计模式 – 伟大的软件设计和实现示例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我希望这不是重复的…

您遇到的最坚实的设计和实施的软件系统/框架/应用程序是什么?

看起来像TDD,SOLID原理,OO设计模式和类似的东西可以使用非常简单的例子轻松地在播客和博客上理论化,但是很难想象开发能够完全达到这些标准的大型系统,而不会出现代码爆炸。在我的公司,做完整的TDD似乎几乎是我们的时间限制的问题。

如果有任何人可以指出任何好的开源项目,我真的很想深入了解什么是TDD / SOLID / etc。好像。谢谢。

航天飞机软件?

They Write the Right Stuff

But how much work the software does is not what makes it remarkable. What makes it remarkable is how well the software works. This software never crashes. It never needs to be re-booted. This software is bug-free. It is perfect,as perfect as human beings have achieved. Consider these stats : the last three versions of the program — each 420,000 lines long-had just one error each. The last 11 versions of this software had a total of 17 errors. Commercial programs of equivalent complexity would have 5,000 errors.

原文链接:https://www.f2er.com/javaschema/282201.html

猜你在找的设计模式相关文章