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

我希望这不是重复的…

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

看起来像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.

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...