Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Embedded Systems

SCRUM Meets CMMi


The SCRUM Process

We managed the project using SCRUM. We were making 30-day sprints, planning each one at the beginning with a product owner introducing the goals and the team involved in estimation and planning. We were doing daily short reviews, trying to make them no longer than 15 minutes. At the end of each sprint we had both a review and retrospective meeting.

We mixed SCRUM with our own task-centric approach—everything a developer works on is a task, with a number, description, estimate, and full change log. Each task that involved code changes has its associated branch on the version-control system (Plastic in our case), providing an additional service to developers (their own private safety net or "undo button"), and project manager, thanks to a controlled weekly integration process. Once a week we built a new release, merging the approved tasks and creating a new baseline used as a starting point for all ongoing tasks during the next week. We tried to have a release at the end of the sprint to be used as a fully working product, as SCRUM requires.

We implemented our process using three tools:

  • Defect Control. An open-source tool we previously developed and adapted to our internal process. Defect Control registers tasks, assignments, pending work, finished tasks, manages queries, and handles release notes. Everything we work on is a task on the Defect Control; see Figure 2.
  • Wiki. We installed a standard wiki on our Linux server. Analysis and design documentation, planning, technical articles, and how-to guides are registered on it. We also use the wiki on a daily basis to register short, informal logs of each sprint daily meeting; see Figure 3.
  • Plastic SCM. Version control is the third pillar of our development process. Everything is under version control—design documents, digital assets, and code. We make extensive use of branches, which Plastic deals with; see Figure 3. (We were early adopters of our own tool, following the "eat your own dogfood" principle.)

[Click image to view at full size]

Figure 2: Defect Control program.

[Click image to view at full size]

Figure 3: Wiki.

Adapting to CMMi

The process of adapting to CMMi took us about 14 months. We probably could have achieved the same results in a shorter period, but our CMMi effort wasn't continuous.

A few months after the project began, we started working on the first CMMi procedures and received initial training. This continued until we entered a totally product-centric period, causing us to put aside CMMi. Eventually, a new person joined the team and took on responsibility for the QA group, with a special focus on CMMi. We then combined our development efforts with CMMi adoption and institutionalization.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.