-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequestReview.txt
More file actions
27 lines (22 loc) · 1.09 KB
/
Copy pathrequestReview.txt
File metadata and controls
27 lines (22 loc) · 1.09 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
You may request for reviews as many times as you like. A review will be provided within 24 hours of your request. Any review requests made within 48 hours before the deadline may not receive any reviews.
An automated script scans this file, Venkat does not view this file - don't put any notes for him here.
Please check the following before asking for a review:
For written parts in homework and assignment:
-have you written in short paragraphs with one idea per paragraph?
-have you used short paragraph instead of a bullet list of items?
-have you kept the sentences short?
-have you covered different aspects?
-have you given the depth to the subject matter at hand?
-did you spellcheck the document?
For code in assignments:
- does the code compile/run?
- do all the tests pass?
- Is the code coverage 100%
- Have you thought about the code quality
- no single letter variables (except for loop index)
- no meaningless variable names
- no long functions
- good indentation of code
- code is expressive and concise
Ready for review? Remove "no" from the next line and check this file in.
no