Skip to content

Documentation about how total value is calculated #383

Answered by boyter
rivaser asked this question in Q&A
Discussion options

You must be logged in to vote

Its done through the COCOMO model. You can find some details here https://github.com/boyter/scc#cocomo with the implementation being here https://github.com/boyter/scc/blob/master/processor/cocomo.go

The wikipedia entry is worth looking at as well https://en.wikipedia.org/wiki/COCOMO and covers some of the ideas.

scc is setup to mimic sloccount https://dwheeler.com/sloccount/ and its calculation where the average wage per year is set to 56286 (you can override this using the --avg-wage command line option). The COCOMO project type by default is set to organic but you can change this to one of the other types or supply a totally custom calculation if you chose.

If you have a specific quest…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rivaser
Comment options

@boyter
Comment options

Answer selected by rivaser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants