This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Clean Code Notes | |
| ## Table of contents | |
| - [Chapter 1 - Clean Code](#chapter1) | |
| - [Chapter 2 - Meaningful Names](#chapter2) | |
| - [Chapter 3 - Functions](#chapter3) | |
| - [Chapter 4 - Comments](#chapter4) | |
| - [Chapter 5 - Formatting](#chapter5) | |
| - [Chapter 6 - Objects and Data Structures](#chapter6) |