使用原型方法进行设计和实现

发布于 2024-08-27 07:02:16 字数 356 浏览 7 评论 0原文

我正在为我的论文开发一个游戏,并且使用螺旋法。

我在构建我的论文时遇到了一些困难,特别是设计和实现部分。

我的解决方案最初是尽可能多地设计的,然后在每次原型实现之后,对设计进行细化、扩展和再次原型化(这样重复了几次)。

我的问题是如何在我的论文中构建这个结构,我目前的想法是:

  • 设计章节
    • 原型 1(初始)设计
    • 原型 2 设计
    • 原型 3 设计
  • 实现篇
    • 原型 1(初始)实施
    • 原型 2 实施
    • 原型 3 实施

有什么建议吗?

I'm developing a game for my dissertation, and I'm using the spiral method approach.

I'm having a bit of difficulty structuring my dissertation, specifically the design and implementation section.

My solution was designed as much as possible initially, and then after each prototype implementation, the design was refined and extended and prototyped again (this was repeated a few times).

My problem is how to structure this in my dissertation, my current idea is:

  • Design Chapter
    • Prototype 1 (Initial) Design
    • Prototype 2 Design
    • Prototype 3 Design
  • Implementation Chapter
    • Prototype 1 (Initial) Implementation
    • Prototype 2 Implementation
    • Prototype 3 Implementation

Any suggestions?

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

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

发布评论

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

评论(1

凡间太子 2024-09-03 07:02:16

您最好改变结构以反映软件的演变。将设计和实现分开没有多大意义,因为它们密切相关。

  • 原型1
    • 设计
    • 实施
  • 原型2
    • ...

我会更进一步,添加一个关于每个原型的限制的部分,以解释为什么需要下一次迭代。我认为强调在原型过程中学到的东西比实际的设计和实现更重要。

  • 原型1
    • 动机 - 解释目标是什么
    • 设计
    • 实施
    • 评估 - 回顾目标和发现的内容
  • 原型 2
    • 动机...

You might be better off switching the structure around to reflect the evolution of the software. Separating design and implementation does not make much sense as they are closely related.

  • Prototype 1
    • Design
    • Implementation
  • Prototype 2
    • ...

I would go a step further and add a section on limitations for each prototype to explain why the next iteration was required. I consider putting the emphasis on what was learned during the prototype to be more important than the actual design and implementation.

  • Prototype 1
    • Motivation - explaining what the objectives are
    • Design
    • Implementation
    • Evaluation - looking back to the objectives and what was discovered
  • Prototype 2
    • Motivation ...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文