Units of Measure for Software Development
Started by Don Mansfield · May 19, 2020 · 5 replies
- DOriginal post
Don Mansfield
May 19, 2020 · 6y ago
For those who have contracted for software development, what unit of measure have you used for the line item?
Also, does anyone have any experience using a function point as a unit of measure in a software development contract?
- u
uva383
Jun 25, 2020 · 5y ago
When using the agile methodology, I’ve done awards using the unit of “each” where each represents a sprint. You could also use each, and have it represent a minimum viable product. I’m working on an award using mVPs as the unit.
- D
Don Mansfield
Jun 26, 2020 · 5y ago
Did you ever consider function points? The European Parliament recently recommended the International Function Point Users Group (IFPUG) methodology for pricing software development.
Whenever I bring up function points to Government technical folks involved in software acquisition, they usually 1) have never heard of it and 2) like the idea. Just today I learned about simplified function point measurement from a cost estimator. It's not a perfect measure, but unlike other common measures of software development (sprint, story point, mVP, etc.) it's a standard measure.
- f
formerfed
Jun 26, 2020 · 5y ago
I’ve heard the term mentioned several times but never actually in use. It was one method of measurement covered in Agile training I took but nothing more was discussed about it. I think it requires a level of preciseness that runs counter to the flexibility and adaptability of Agile.
- D
Don Mansfield
Jun 26, 2020 · 5y ago
formerfed said:
I think it requires a level of preciseness that runs counter to the flexibility and adaptability of Agile
I think that's a common misconception: https://www.estimancy.com/en/2018/10/02/function-points-for-agile-software-projects/
- f
formerfed
Jun 27, 2020 · 5y ago
Thanks Don for posting that. Interesting.