DEV Community

Joseph-Peter Yoofi Brown-Pobee
Joseph-Peter Yoofi Brown-Pobee

Posted on

Notes from Uncle Bob’s Clean Code

Created: June 18, 2022 1:55 AM
Published: Yes

I recently read Clean Code authored by Bob Martin and absolutely loved it. I felt so empowered learning how to right better code. Better here meaning more maintainable, extensible, easy to change and easy to test. There are many chapters which advise around how to structure classes, create functions, approach error handling, naming variables and testing among others. I have linked below some summary notes from those and hope they are useful to anyone who stumbles upon. If any these summary notes push you to get your hands on the book then this post is a success

Clean Code Recall Notes

Top comments (0)