-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.txt
More file actions
29 lines (26 loc) · 1.31 KB
/
feedback.txt
File metadata and controls
29 lines (26 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Student: Utsav Sharma
Grader: Aditya Kanthale
Grading Criteria:
- only some basic gRPC/RESTful service examples from some repos are given and nothing else is done: zero grade;
* tasks/video present: -0%
- having less than five unit and/or integration scalatests: up to 10% lost;
* unit tests: -0%
- missing comments and explanations from your program: up to 10% lost;
* comments present: -0%
- logging is not used in your programs: up to 5% lost;
* logging present: -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries: up to 5% lost;
* configuration used: -0%
- for each used var for heap-based shared variables or mutable collections: 0.3% lost;
* no vars: -0%
- for each used while or for or other loops with induction variables to iterate over a collection: 0.5% lost;
* no loops: -0%
- no instructions in README.md on how to install and run your program: up to 10% lost;
* instructions present: -0%
- the program crashes without completing the core functionality: up to 15% lost;
* program doesn't crash: -0%
- the documentation exists but it is insufficient to understand your program design and models and how you assembled and deployed all components of your solution: up to 15% lost;
* documentation present: -0%
Total Grade: 15%
Comments:
Good job!