Track how long it takes you to fix bugs.
I agree enthusiastically. It will be your
only argument when somebody comes and asks you
where all the hours have gone.
For this kind of job (take responsibility for badly
written code, fixing bugs, etc.) this is an absolute
must.
For these purposes, two little forms (or spreadsheets,
or editor modes/templates, or whatever) will be very
helpful (pedantically detailed discussion of these
can be found in An Introduction to the Personal Software Process, electronic materials are available at The PSP Resource Page, including time tracking tools, emacs modes, forms, etc.):
- Time recording log
- Defect recording log
These are the essentials of both (header columns,
add date, person, project, client, etc. as you need):
Time recording log:
- Start Time
- Stop Time
- Interruption Time
- Delta Time
- Activity Category (coding, testing, reading docs
- make up your own)
- Comments (more detailed description of task)
Defect recording log:
- Defect ID (e.g., sequential number)
- Type (one of: documentation, syntax, build/package,
assignment, interface, checking, data, function, system,
environment - your own are welcome)
- Inject Phase (when was the defect put into the
program - estimate - design, coding, testing, linking, etc.)
- Remove Phase (when was the defect found - compile
time, testing, etc.)
- Fix Time (how long did it take to fix)
- Description (description of defect)
Contrary to what you may think, it does *not*
take much time to use these forms (or similar means
to record the information). But it will give you
all the data you need to be sure you did the Right Thing, and the confidence and evidence to convince your boss or client
that what you did was worth the time and the money.
Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|