DEV Community

Cover image for Top 5 Books Each Programmer Must Read During Their Entire Life. Part 4
WebSailors
WebSailors

Posted on • Edited on

2

Top 5 Books Each Programmer Must Read During Their Entire Life. Part 4

“Clean Code” by Robert C. Martin.

The main idea of this book is make a developer follow the principle of “Leave the code cleaner than you found it”.

This relatively big book of over 300 pages describes the problem of writing the so-called “Clean Code”. It is written very involving, so reading it will take only several days, but the effect will last for life.

The book is rich of clear theoretical statements and code examples. The principles of developing a clean and qualitative code described by the author can be easily applied on practice, making a significant addition to the knowledge obtained from other books. The reason is that the book contains many practical advices for code improvement, as well as technique for assessment of quality of libraries and apps.

The book has several parts that describe both the beginning of professional programmer’s path (techniques, patterns, general principles) and its peak — debugging the existing code, and developing new software.

Alt Text

We also would like to mention the paragraph about multi-threaded applications, which is not common for that type of books.

From the programmer’s point of view, this book’s context is its orientation towards Java software. It has examples of software in this language, as well as signs of both “clean” and “dirty” code.

That makes it somewhat difficult for those unfamiliar with this language but does not depreciate the benefit of reading it.

Stay tuned! In the Next and Final Part of this Series of Articles, we at WebSailors will tell you about the last book in our Top 5 — “The Art of Computer Programming” by Donald E. Knuth.

Read our new article - 12 Tips how to choose a software development company to not lose money

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay