本文介绍了伟大的软件设计和实现的例子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望这不是重复的...

I hope this isn't a duplicate...

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

What is the most solidly designed and implemented software system/framework/application that you've come across?

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

It seems like TDD, SOLID principles, OO design patterns, and things like that can be easily theorized on podcasts and blogs using really simple examples, but it's hard to imagine developing large systems that fully live up to these standards, without an explosion of code. At my company, doing full TDD seems almost out of the question with our time constraints.

如果有人可以指出任何好的开源项目,我真的喜欢挖进去看看什么好的TDD / SOLID / etc。好像。谢谢。

If anyone can point me to any good open-source projects, I'd really like to dig in and see what good TDD/SOLID/etc. looks like. Thanks.

推荐答案

航天飞机软件?

这篇关于伟大的软件设计和实现的例子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 20:22