Notes from Uncle Bob's Clean Codes

I’ve been reading a book by Robert C. Martin titled Clean Code: A Handbook of Agile Software Craftsmanship. It’s a great book talking about writing clean, readable, functional and best practice patterns codes. This book is based on Java but the implementation of any of the concepts is language agnostic. This blog post serves as important points I extracted from the book. Some will contain codes but some will only be plain English. [Read More]