-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
For Dustin: | ||
* Can the segment headers (src/segname.md) be auto-generated, or done with a macro? | ||
* Can CI detect deletion of a slide without corresponding book.toml entry? | ||
|
||
from meeting w/ fw | ||
- add str on day-1 | ||
- String type | ||
- incl indexing, utf-8, etc. | ||
- move raw strings and byte strings from values.md | ||
- TODOs in course.py | ||
- references sooner? | ||
- maybe in a "spiral" with a simple version day 1, longer stuff on day 3 | ||
- along with type constructors | ||
- move std lib types just before std lib traits | ||
- hash table | ||
- many students probably don't know how hash tables work | ||
- maybe use entry API | ||
- CRUD or logging info about users or something | ||
|
||
|
||
Current Status: | ||
* Day 1 complete |