软件设计网站

发布于 2024-08-20 03:42:08 字数 1539 浏览 4 评论 0原文

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

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

发布评论

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

评论(3

绿萝 2024-08-27 03:42:08

Grady Booch 有一个很棒的网站,位于
http://www.handbookofsoftwarearchitecture.com/index.jsp?page=Main

但您必须注册才能查看图表。

Grady Booch has a great site for just this thing at
http://www.handbookofsoftwarearchitecture.com/index.jsp?page=Main

But you do have to register to look at the diagrams.

站稳脚跟 2024-08-27 03:42:08

您是指Microsoft 的模式和实践之类的东西吗?

Do you mean things like Microsoft's Patterns and Practices?

撩人痒 2024-08-27 03:42:08

有关常见软件设计模式的简单说明、示例代码和用例,您可以查看 http://sourcemaking.com/design_patterns 。它们通常旨在解决常见问题,实际上可以被视为软件开发中的可重用架构。

对于与特定于域的系统(例如游戏)相关的信息,可能存在已在不同体系结构中解决的其他特定于域的问题,例如您提供的一些链接。找到一个可以在统一架构中列出所有这些信息的单一来源充其量也是不可能的。我相信,通用设计模式(例如“四人帮”中的模式)是一个更好的开始。

For simple explanations, sample codes and use cases of common software design patterns, you can check out http://sourcemaking.com/design_patterns. They are generally aimed at solving common problems and can, in fact, be considered as re-usable architectures in software development.

For information related to domain-specific systems, such as games, there can be other domain-specific problems that have been addressed in different architectures, such as some of the links you have provided. Finding a single source which can list all this information in a unified architecture may not be possible, at best. Generic design patterns, such as those from the Gang of Four, is a better start for this reason, I believe.

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