forked from tfpk/lifetimekata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROGRESS
62 lines (38 loc) · 1.04 KB
/
PROGRESS
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
[X] Structure actual projects nicely, decide on consistent naming.
- 'ex0N', 'soln0N'
[ ] Decide if there's anything the actual binary should do.
- It should do diffing, and have a 'test N' function.
[ ] Release project, get the action for mdbook working.
* Exercise 0: Revision
Copy [X]
Exercises [X]
* Exercise 1: Lifetimes Needed
Copy [X]
Exercises [X]
* Exercise 2: Lifetimes Explained
Copy [X]
Exercises [X]
* Exercise 3: Lifetime Elision
Copy [X]
Exercises [ ] gnarly macro required
* Exercise 4: Mutable References and Containers
Copy [X]
Exercises [X]
* Exericse 5: Lifetimes on Types
Copy [X]
Exercises [X] (confirm I like the exercise here)
* Exericse 6: Lifetimes on Impls
Copy [X]
Exercises [X] (confirm I like the exercise here)
* Exericse 7: Special Lifetimes
Copy [X]
exercises [X]
* Exericse 8: Finale
Copy [X]
exercises [X]
* Exericse 9: Further Reading
Copy [X]
* Exericse 10: Footnote
Copy [X]
Questions Before Launch:
- Should finale include the string manipulation?