bazmurphy / immersive-go-course

An immersive, introductory course to backend software engineering using go.
https://systems.codeyourfuture.io/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Sprint 3 - Projects - Revisit Previous Projects #51

Open bazmurphy opened 7 months ago

bazmurphy commented 7 months ago

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)