computer science

Clean Code book cover

Clean Code Chapter 4 Summary: Comments

Chapter 4 of Clean Code delves into the importance of writing meaningful comments. Martin discusses when to use comments and provides insights into what makes comments good or bad.

Clean Code book cover

Clean Code Chapter 3: Functions Summary

Summary of the third chapter of the Clean Code book by Robert C. Martin.

This chapter focuses on functions and has guidelines on how to write clean, readable functions in source code.