展示 TDD 和 SOLID 原则的开源项目

发布于 2024-07-14 09:13:31 字数 1542 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

宛菡 2024-07-21 09:13:31

FitNesse。 这大约是 50K 行 Java 代码。 它是使用 TDD 构建的,并且具有大约 90% 的代码覆盖率(可能更高)。 整个过程中大量使用了 SOLID 原则。

我相信你一定能找到一些你不喜欢的部分。 我经常这样做。 但总体而言,该系统非常强大。 我们有数千名用户和一个非常小的错误列表。 我们频繁发布版本,唯一的 QA 测试是:ant testbuild。 如果测试通过,我们就会发货。

FitNesse. This is about 50K lines of Java code. It was build with TDD, and has about 90% code coverage (probably higher). There is a strong use of SOLID principles throughout.

I'm sure you can find some parts you don't like. I often do. But overall the system is very robust. We have thousands of users, and a very small buglist. We make frequent releases, and the sole QA test is: ant testbuild. If the tests pass, we ship it.

余罪 2024-07-21 09:13:31

Spring框架

Spring Framework

箜明 2024-07-21 09:13:31

FitNesse,由鲍勃·马丁叔叔 SOLID 先生维护。

FitNesse, maintained by Mr. SOLID, Uncle Bob Martin.

昔梦 2024-07-21 09:13:31

Dimdwarf 应用服务器 - 它完全使用 TDD/BDD 编写,并尝试编写尽可能干净的代码(扎实,好名字等)。 生产代码约为4500 SLOC,测试代码约为7300 SLOC,代码覆盖率超过90%,最大生产类约为200 LOC。

Dimdwarf Application Server - It's been written completely with TDD/BDD and by trying to write as clean code as possible (SOLID, good names etc.). Production code is about 4500 SLOC, test code is about 7300 SLOC, code coverage is over 90% and the largest production classes are about 200 LOC.

时间海 2024-07-21 09:13:31

CruiseControl.NET

CruiseControl.NET

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文