-
Notifications
You must be signed in to change notification settings - Fork 1
/
feedback.txt
28 lines (25 loc) · 1.42 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
28
Student: Jeet Mehta
Grader: Vineet Patel
Grading Evaluation:
- only some basic map/reduce or CORBA examples from some repos are given and nothing else is done: zero grade;
* 4/4 tasks, video present: -0%
- having less than five unit and/or integration scalatests: up to 5% lost;
* only 1 unit tests: -4%
- missing comments and explanations from your program: up to 5% lost;
* comments present: -0%
- logging is not used in your programs: up to 3% lost;
* logging used: -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries: up to 4% lost;
* configuration used: -0%
- for each used var for heap-based shared variables or mutable collections: 0.2% lost;
* 1 var used: -0.2%
- for each used while or for or other loops with induction variables to iterate over a collection: 0.2% lost;
* 1 loops used: -0.2%
- no instructions in README.md on how to install and run your program: up to 5% lost;
* instructions present: -0%
- the program crashes without completing the core functionality: up to 6% lost;
* program doesn't compile, missing plugins.sbt: -2%
- the documentation exists but it is insufficient to understand your program design and models and how you assembled and deployed all components of your mappers and reducers: up to 5% lost;
* documentation present: -0%
Final Grade: 2.6%
Comments: I only found one unit test that you implemented, and your program is missing plugins.sbt.