Process for using the build procedure to help estimate software work:
- Run the build procedure (make).
- Make a preliminary change in the module you anticipate modifying to complete the task, or create stub code for a module you anticipate changing, and connect it to the existing software.
- Run the build procedure again.
- Observe the modules that were rebuilt following your change (See Note).
- Use the list of modules from (4) to compose a list of modules that may need to be changed and tested to accommodate the task.
- Use the list from (5) to estimate the task.
I don't think that this is particularly new or pioneering information for the computer nerds out there.
0 comments:
Post a Comment