The Art of Readable Code: Takeaways

from blog Just Some Code, | ↗ original
The Art of Readable Code is the perfect companion for the Clean Code. It contains simple and practical tips to improve your code at the function level. It isn’t as dogmatic as Clean Code. Tips aren’t as strict as the ones from Clean Code. But, it still deserves to be read. These are some of my notes on The Art of Readable Code. 1. Code should be...