Robert C. Martin

1 books with highlights

Books

Clean Code

17 highlights

Featured Highlights

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

From Clean Code

Names are important. They should be descriptive and meaningful.

From Clean Code

Code that is easy to read is easy to change.

From Clean Code

A good name is better than a good explanation.

From Clean Code

Clean code is not just about aesthetics; it’s about maintaining the integrity of your software.

From Clean Code

The only way to go fast is to go well.

From Clean Code

Duplication is the root of all evil.

From Clean Code

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

From Clean Code

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

From Clean Code

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

From Clean Code