-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.txt
27 lines (25 loc) · 1.31 KB
/
feedback.txt
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
Student(s): Ayna Jain
Tirth Patel
Grader: Vineet Patel
- only some basic Akka or Kafka or Spark examples from some repos are given and nothing else is done: zero grade;
* functionality complete: -0%
- having less than five unit and/or integration scalatests: up to 10% lost;
* 5 unit tests: -0%
- missing comments and explanations from your program: up to 10% lost;
* comments minimal: -0.5%
- logging is not used in your programs: up to 10% lost;
* logging is used: -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries: up to 5% lost;
* no hardcoding: -0%
- for each used var for heap-based shared variables or mutable collections: 0.5% lost;
* 1 var used: -0.5%
- 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 15% lost;
* instructions present: -0%
- the program crashes without completing the core functionality: up to 10% lost;
* program does not 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 5% lost;
* documentation exists: -0%
Final Grade: 19%
Comments: Good job!