Scrum:任务依赖和架构设计的任务
可能的重复:
Scrum:任务依赖和架构设计任务
我有一些Scrum 问题:
任务依赖性:我读过的大多数书籍似乎都将任务视为彼此独立。一个程序员的任务不会影响另一个程序员的任务,因此可以并行运行。如何处理依赖于另一个任务的任务?
任务基于故事/特征/功能:建立项目需要很多基础工作,例如设计架构、学习架构、框架等。大多数功能任务都取决于此架构工作待完成。这就是 Q1 的问题。这个时候,就会只有一名程序员在进行架构设计,那么其他团队成员呢?他们应该做什么?
请告诉我如何解决这个问题。谢谢
Possible Duplicate:
Scrum: task dependency and task for architecture design
I have some Scrum problems:
Task dependency: Most books I read seem like treating the tasks as independent from each other. One programmer tasks doesn't affect the other's one, thus can be run in parallel. How to deal with task which is depend on another one?
Task is based on story/feature/function: There are a lot of ground works needed to set up up the project, e.g. design the architecture, learning the architecture, framework etc. And most functional tasks are depend on this architecture work to be completed. That's Q1 problem. At this time, there will be only one programmer working on the architecture design, what about the rest of the team members? What should they do?
Please tell me how to tackle this problem. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于某些任务,您必须考虑依赖性。
如果您将任务的完成建立在通过单元测试的基础上,那么您可以独立于其他任务完成某些任务。
当你管理一个项目时,从架构团队开始,然后是一个小团队,构建一个垂直领域来证明架构。完成后,您可以将成员添加到团队中。
For some tasks you must take dependencies into account.
You can complete some tasks independent of other tasks of others if you base completion of the task on the passing of unit tests.
When you are manning a project start with the architecture team, then a small team that builds a vertical to prove the architecture. When that is complete you add members to the team.