Learning clean code is one of the best career investments you can make. By spending one hour to learn the fundamentals, you get to reap the benefits across all your future code bases. It's 10x the payoff for the effort.
- Intro to Linters
- Clean Variables
- Clean Properties
- How to avoid magic numbers
- Clean Functions
- Limit paramenters
- Naming & Standardization
- Encapsulating Conditionals
- Minimizing comments with Refactoring
- Minimizing comments with Git
- Avoiding visual markers
- Good Comments