Dl/sprint: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 34: Line 34:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
* A sprint is a basic development cycle, make sure sprint is not too big, for example, 2 weeks per sprint is a common choice.
* A sprint is a basic development cycle, make sure sprint is not too big, for example, 2 weeks per sprint is a common choice.
</div>
</div>
<p></p>
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">Break down project into small tasks</div>
<div class="mw-collapsible-content">
* Eash task should be small enough to fit into a single sprint
* You should assign points to each task
<hr/>
* So you should be able to tell the dev cost of all your features and thus your project
* Over time, your team will be more accurate on points estimatio.
</div>
</div>
</div>
</div>

Revision as of 20:31, 23 March 2023

Data Lake Knowledge Center

Goal

How