The Artima Developer Community
Sponsored Link

Python Buzz Forum
Metric fun

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Metric fun Posted: Jun 1, 2004 12:00 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Metric fun
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

Anytime I want to feel like an awesome programming, I whip out SLOCCount and see what the cost estimate is. For instance, the wiki gives these results:

Totals grouped by language (dominant language first):
python:        3623 (100.00%)

Total Physical Source Lines of Code (SLOC)                = 3,623
Development Effort Estimate, Person-Years (Person-Months) = 0.77 (9.27)
 (Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05))
Schedule Estimate, Years (Months)                         = 0.49 (5.83)
 (Basic COCOMO model, Months = 2.5 * (person-months**0.38))
Estimated Average Number of Developers (Effort/Schedule)  = 1.59
Total Estimated Cost to Develop                           = $ 104,391
 (average salary = $56,286/year, overhead = 2.40).

For all sorts of reasons that's totally inaccurate. I have no overhead. There are no requirements, meetings, or communication in this project. This isn't deployment-quality code. Who knows what else. But SLOCCount is still always good for a quick ego boost.

Read: Metric fun

Topic: Damn Fine Reading Previous Topic   Next Topic Topic: A Hundred Musts And A Should Or Two

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use