Am I correct in assuming that the lines-of-code-counter only looks at the user’s submitted files? I’m thinking about how to get Pharo code counted. Pharo submissions include a TestResults.txt file that should be excluded from the count.
I think this is what I need to do:
Add pharo-smalltalk to the exercism/tokei repo
Add a tracks/pharo-smalltalk.ignore file to exercism/lines-of-code-counter
But I don’t need to add anything but the .txt file to the ignore file, right?
I don’t see that the ‘lines of code’ option as very useful. It is not counting lines of ‘code’, but the number of lines in the submitted file. So a very tightly coded submission from someone with a style of long explanations and code formatted with generous spacing won’t even be noticed…I don’t think the option is really meant to highlight the style of the coder.
And while I’m complaining, I miss the count of total submissions: how do you evaluate the frequency of submission option without it? A frequency of 12 out 20 submissions is not the same as 12 out of 2000.