Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyatathavadkar committed Nov 3, 2021
2 parents b2200b4 + 65947a4 commit 748bcae
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/proj2rubric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Project 2 Rubric:

Column B Total:

|Score|Notes| Evidence|
|-|-----|---------|
|.5| short release cycles||
|.5| workload is spread over the whole team (so one team member is often Xtimes more productive than the others...||
|.5|Docs: why: docs tell a story, motivate the whole thing, deliver a punchline that makes you want to rush out and use the thing | |
|.5|the files CONTRIBUTING.md lists coding standards and lots of tips on how to extend the system without screwing things up | |
|.5|Docs: doco generated , format not ugly | in GH|
|.5|evidence that the whole team is using the same tools (e.g. config files in the repo, updated by lots of different people) | |
|.5|evidence that the members of the team are working across multiple places in the code base | |
|1|Docs: what: point descriptions of each class/function (in isolation) | |
|.5|Number of commits: by different people | in GH|
|1|issues are being closed | evidence in GH|
|.5|issues are discussed before they are closed | even if you discuss in slack, need a sumamry statement here|
|.5|Use of syntax checkers. | config files iin GH showing this checker's config|
|1|Issues reports: there are many | |
|.5|Use of code formatters. | config files in GH showing your this formatter's config|
|.5|Use of style checkers | config files in GH showing your config|
|.5|Docs: short video, animated, hosted on your repo. That convinces people why they want to work on your code. | |
|.5|test cases exist | dozens of tests and those test cases are more than 30% of the code base|
|.5|Use of code coverage | config files in GH|
|.5|other automated analysis tools | config files in GH|
|.5|test cases:.a large proportion of the issues related to handling failing cases. | if a test case fails, open an issue and fix it|
|.5|test cases are routinely executed | e.g. travis-com.com or github actions or something|
|1|Documentation describing how this version improves on the older version|
|3|This version is a little(1), some(2), much(3) improved on the last version.|Tutor's assessment.|
|16| Total|

0 comments on commit 748bcae

Please sign in to comment.