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 static typing #247

Open illicitonion opened 1 month ago

illicitonion commented 1 month ago

Currently mostly just assume our trainees will pick up static typing through using a statically typed language.

We should add in a (small!) amount of content describing the goals, benefits, and drawbacks of static typing, and things they should practically be aware of when using a statically typed language.

We may want to pull this back to the SDC, and introduce a statically typed language there.