0

I'm looking for some guidelines on writing a technical spec. This spec will be given to contract programmers for writing the business logic in an application. There is no user interaction in these applications, only application to application interaction. So far I've only been able to find information on writing specifications based on user input. I was thinking that maybe UML would be useful for this, but I'm not sure.

If anyone could point me in the right direction I would appreciate it. Thanks!

4

1 回答 1

1

我的建议是;如果您没有太多时间花在这上面,请结合 UML 流程图制作一些功能的输入/输出草图。如果您有时间和一些钱可以花,我可以推荐 Michael Blaha 和 James Rumbaugh 的“使用 UML 进行面向对象建模和设计”。阅读它并将其应用于您的要求,而不是去实施,而是将其留给合同程序员。前期的时间更多,但之后的问题更少。希望能帮助到你。

于 2013-09-12T18:00:07.483 回答