Corran's Additions to Day 3 links #7

Merged
TimDiller merged 4 commits from typing-for-humans into main 2025-10-22 18:18:09 +00:00
Showing only changes of commit 4b93c78cd6 - Show all commits

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. - [`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) - [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. - [`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)