The Art of Readable Code

by Dustin Boswell & Trevor Foucher

Posted by Anton Katunin on 26 April 2017
Tags: code, books

This quick and easy to read book I would recommend to every developer. It talks about all the little things which are often neglected and what developers deal with every day. Naming methods and variables, extracting business logic, code comments, aesthetics and code readability.

This knowledge is language agnostic and the best mastered over reading lots of code, or reading this book :)


Read next:

Parallel rendering in Rails