How to Write Clean Code Functions

I share my thoughts on the different sections of the book Clean Code by Robert Martin. In this article, I talk about what I learned about functions. Messy Function Code I wanted to start off similarly to how Martin started his chapter on functions with a poorly designed function followed by the refactored version. See […]