67465364_491902344708962_1591338503323516928_n.jpg

Hi.

Welcome to my blog. I document my ideas and productivity hacks.

Short Book Review - Clean Coder by Robert C. Martin

Today I want to talk about a book that changed my perspective in my professional career and that book is Clean Code by Robert C. Martin AKA "Uncle Bob" to be more specific "Clean Code: A Handbook of Agile Software Craftsmanship.".

The biggest takeaway that I got about from this book is that we read code more than we write — way more times.

So if we were to look at the activity of writing code from the perspective of the readers, we would start writing in a way that is easier to read and reason.

Remember that our audience will be first ourselves and probably other people, so if you haven't read this book, check it out. If you already write code this way, then share this perspective with others through your experience (or share the book), if you already have read the book share it anyways probably other people need it!.

I will no go into more details about this book because there are already so many excellent summaries, courses, presentations, interviews, etc. regarding the book.

You can get it from Amazon here .

CLean

I learned today - Elixir - Pipe operator - Calling a function with more than 1 parameter

Unboxing .NET Core - Integration Tests for Request/Response Pipeline