Skip to content

Heute $889.20 pro Stunde verdient

by Beni on März 28th, 2010

So, jetzt sollte ich eure Aufmerksamkeit haben. Und bei diesem Statement beziehe ich mich auf die Ausgabe von sloccount, einem Programm mit dem man den Entwicklungsaufwand von Software in Geld (also Dollar) abschätzen kann.

Ich habe heute insgesamt 10 Stunden programmiert, und laut dem COCOMO-Modell dabei Software im Wert von 8.892 US-Dollar erstellt, dadurch komme ich auf einen Stundenlohn von $889.20 – will mir den denn jetzt wirklich niemand bezahlen?!

beni@fritz:~/workspace/Secret/src/Topsecret$ sloccount .
Creating filelist for Secret
Categorizing files.
Finding a working MD5 command....
Found a working MD5 command.
Computing results.

SLOC    Directory    SLOC-by-Language (Sorted)
347     secret          java=347

Totals grouped by language (dominant language first):
java:           347 (100.00%)


Total Physical Source Lines of Code (SLOC)                = 347
Development Effort Estimate, Person-Years (Person-Months) = 0.07 (0.79)
(Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05))
Schedule Estimate, Years (Months)                         = 0.19 (2.29)
(Basic COCOMO model, Months = 2.5 * (person-months**0.38))
Estimated Average Number of Developers (Effort/Schedule)  = 0.35
Total Estimated Cost to Develop                           = $ 8,892
(average salary = $56,286/year, overhead = 2.40).
SLOCCount, Copyright (C) 2001-2004 David A. Wheeler
SLOCCount is Open Source Software/Free Software, licensed under the GNU GPL.
SLOCCount comes with ABSOLUTELY NO WARRANTY, and you are welcome to
redistribute it under certain conditions as specified by the GNU GPL license;
see the documentation for details.
Please credit this data as "generated using David A. Wheeler's 'SLOCCount'."

Eine Sache wundert mich aber ziemlich: Wie kann man 0.7 Personenmonate = 14 Mitarbeitertage in nur 10 Stunden unterbringen? ;-)

Das wird dich vielleicht auch interessieren:

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS