-
Notifications
You must be signed in to change notification settings - Fork 0
/
self_reflection.txt
63 lines (32 loc) · 1.45 KB
/
self_reflection.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
You must answer at least 4 questions, but the remaining ones are optional. The main goal of this file is to get you thinking critically about your own work, but we will also use these self reflections at the end of the semester when we do our internal review of the course.
ArrayDeque:
Q: Give an example of at least one idea from the staff solution that would have made your solution better (if any).
A:
Q: What's something you felt proud of in your code, if anything?
A:
Q: What's something that was particularly inelegant in your code, if anything?
A:
Q: What did you learn by talking to your partner about writing ArrayDeque?
A:
Q: What do you wish you would have known before writing ArrayDeque, if anything?
A:
Q: If you wrote ArrayDeque again, what would you do differently, if anything?
A:
-----
LinkedListDeque:
Q: Give an example of at least one idea from the staff solution that would have made your solution better (if any).
A:
Q: What's something you felt proud of in your code, if anything?
A:
Q: What's something that was particularly inelegant in your code, if anything?
A:
Q: What did you learn by talking to your partner about writing LinkedListDeque?
A:
Q: What do you wish you would have known before writing LinkedListDeque, if anything?
A:
Q: If you wrote LinkedListDeque again, what would you do differently, if anything?
A:
-----
Meta:
Q: Did you like this design review process? Anything we should do differently next time?
A: