Open bazmurphy opened 7 months ago
Although I have (minimally) ""completed"" every project this far. I feel like I am skimming the surface constantly.
I want to go back to the previous projects from the Prep Month and Sprint 1.
rough notes from Meeting with Daniel about this:
output and error handling - mostly done
cli files - spend time here with comments
file parsing - two big things: no matter what file you are given, a useful error (some places where it will panic) (or not give a useful message)
concurrency (spend most time here)
two things
sample solutions, compare and contrast these four solutions, how are htye different better/worse
big things to think about, when we are dealing with concurrency, think hard about what things you can guarantee
one of the example tests in the sample solution
another exercise for concurrency
learn about race conditions:
comment out all the locking
Revisit Previous Projects
Although I have (minimally) ""completed"" every project this far. I feel like I am skimming the surface constantly.
I want to go back to the previous projects from the Prep Month and Sprint 1.
rough notes from Meeting with Daniel about this:
output and error handling - mostly done
cli files - spend time here with comments
file parsing - two big things: no matter what file you are given, a useful error (some places where it will panic) (or not give a useful message)
concurrency (spend most time here)
two things
sample solutions, compare and contrast these four solutions, how are htye different better/worse
big things to think about, when we are dealing with concurrency, think hard about what things you can guarantee
one of the example tests in the sample solution
another exercise for concurrency
learn about race conditions:
comment out all the locking