Author Collection

Robert C. Martin

1 book with highlights

Books

Featured Highlights

It is not enough to write code that works; it must also be clean and elegant.

From Clean Code

The best code is no code at all.

From Clean Code

You should be as proud of the code you delete as the code you write.

From Clean Code

A good name is better than a good explanation.

From Clean Code

Code that is easy to read is easy to change.

From Clean Code

If a function is too long, it should be broken down.

From Clean Code

Code is read much more often than it is written.

From Clean Code

Good software is a lot like good wine; it takes time to mature.

From Clean Code

Duplication is the root of all evil.

From Clean Code

The purpose of software engineering is to control complexity, not to create it.

From Clean Code