Clean Code

Clean Code

Robert C. Martin

⭐⭐

  • IT

Addendum: https://github.com/zedr/clean-code-python#dependency-inversion-principle-dip

You do not write clean code by following a simple set of rules. You will not become “craftsman developers” by learning a simple list of heuristics. Professionalism and skill come from the values that guide the discipline.

Dense read, with plenty of Java code I did not fully follow, chapters unfamiliar to me, yet solid gems for programming. I will leave the final extract that sums up the advice; overall it seemed a very useful book for a programmer.

Comments

Environment (understood little)

Functions

General

Java (understood little)

Names

Tests