Lesson 2: Code Style & Linting
Last updated on 2025-03-21 | Edit this page
Estimated time: 15 minutes
Overview
Questions
- FIXME
Objectives
- FIXME
Intro to code style
- Why does code style matter?
- Key styling practices, conventions and specifications
- Maintain your code quality to reduce bugs and errors
Intro to linters
- What is a linter and why use one?
- Example linting tools (e.g. in Python)
- Taking linting automation further using continuous integration