Add day 3 links section and links to typing blog post.

This commit is contained in:
Corran Webster
2025-10-22 16:19:11 +01:00
parent 41e606e314
commit 4b93c78cd6

View File

@@ -25,3 +25,6 @@ $ pip install -e .
- [`cpplint`](https://github.com/cpplint/cpplint) is a style _linter_ for C that checks against the Google C++ Style Guide.
- [LLVM Code Style Guide](https://llvm.org/docs/CodingStandards.html)
- [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles.
# Day 3 Resources
- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee)