clean-code This repositoy contains my notes on Clean Code by Robert C. Martin, organized by chapters (one .md file for each chapter). Contents: What is Clean code? Meaningful Names Functions Comments Formatting Objects and Data Structures Error Handling Boundaries Unit Tests Classes Systems