CodeYourFuture / immersive-go-course

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

Introduce more micro projects to secure understanding #240

Open illicitonion opened 2 months ago

illicitonion commented 2 months ago

In cohort 2, we ad-hoc created a bunch of tiny micro-projects to secure understanding, e.g. "write a program that ignores its first ^C" to emphasise signal handling understanding.

This was really useful, and we should do more of this, particularly for areas that involved a lot of reading.