-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Chi <[email protected]>
- Loading branch information
Showing
3 changed files
with
50 additions
and
9 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 |
---|---|---|
@@ -1 +1,41 @@ | ||
# Overview | ||
|
||
## Structure | ||
|
||
chapters + snacks, clear goal | ||
|
||
implement, think, try by yourself | ||
|
||
required tasks, check your understanding questions, bonus tasks | ||
|
||
## Testing | ||
|
||
exploring and understanding is more important than passing all the test cases | ||
|
||
testing basic requirements, not the internal structure or something | ||
|
||
## Solution | ||
|
||
### Checkpoints | ||
|
||
the final version, but many things can be simplified, read the docs | ||
|
||
comments / tests / not up-to-date with the starter code | ||
|
||
### How to use the solutions | ||
|
||
## Feedbacks | ||
|
||
join the Discord server, your feedback is important, thank GitHub users | ||
|
||
## License | ||
|
||
### Free forever? | ||
|
||
### Video lectures + Review Service + Office Hour? | ||
|
||
should have a separate preface (before you start) chapter? and what's new with v2? | ||
|
||
## Target audience? | ||
|
||
## What will you get after taking this course... |
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
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
# Overview | ||
|
||
compaction is important | ||
|
||
ask 2 what if questions | ||
|
||
LSM is about tradeoffs | ||
|