将项目分解为小任务 [英] Breaking down the project into small tasks

查看:75
本文介绍了将项目分解为小任务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道,当一个新项目到来时,比如建立一个社交网站,我该如何将项目分解成小任务.每个项目通常有 2-4 名程序员,通常没有测试人员.我是否应该从一开始就将整个站点分解为 4 小时的任务.我们应该分阶段进行吗?测试怎么样,让程序员测试代码可以吗?

Am wondering, when a new project arrives, say building a social networking website, how do I go about breaking the project into small tasks. There are usually 2-4 programmers per project and usually no testers as such. Should I be breaking the whole site into 4 hour tasks from the beginning itself. Should we be doing it in phases? What about testing, is it okay to have the programmers test the code?

感谢您抽出宝贵时间.

推荐答案

我们使用了一个相当简单的系统.

We use a fairly simple system.

  • 首先,我们将项目拆分为用户故事或纵向".例如更新客户".
  • 在您的电子表格第一列中列出所有垂直行业.
  • 然后沿着顶部放置层或活动.例如数据层、用户界面、日志记录.
  • 对于矩阵中的每个元素,您可以分配一个估计值并决定由谁来开发它.
  • 将其分解为 4 小时的元素很好,因为这样每个开发人员就可以在 Scrum 中说:我今天要完成这两项任务".

我们通常在每个 sprint 中为要在 sprint 内完成的活动执行此操作.

We normally do this for each sprint for the activities that are to be completed within the sprint.

关于测试,程序员应该通过编写单元测试来测试代码,而测试人员应该执行系统测试.

On testing programmers should test code by writing unit tests, but testers should perform the system test.

这篇关于将项目分解为小任务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆