|
|
|
|
|
by bhauer
4817 days ago
|
|
Thanks for the thoughts here, kbenson. I like the idea of using a diff be judge the total LOC. That reminds me that before we did the initial commit to Github, we had briefly entertained doing more or less that: we were going to commit the initial boilerplate for each framework as commit #1 and then the resulting tests as commit #2. To save on effort, we ultimately did not do that, but it is possible for us to go back to our original local Git repo to glean that information. Using that approach, I think even build scripts could be included--that is, if you need to modify the build script and it shows up in a diff, then that line counts. |
|