Tag Collection

#software

Explore Books, Authors and Common Highlights on Software

Showing 13 of 13 highlights

Code is read much more often than it is written.

From Clean Code by Robert C. Martin

The best code is no code at all.

From Clean Code by Robert C. Martin

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

From Clean Code by Robert C. Martin

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

From Clean Code by Robert C. Martin

The bearing of a child takes nine months, no matter how many women are assigned.
Documentation is a critical part of software development.
Clean code is not just about aesthetics; it’s about maintaining the integrity of your software.

From Clean Code by Robert C. Martin

The second-system effect is the tendency to add too much to a second system.
Names are important. They should be descriptive and meaningful.

From Clean Code by Robert C. Martin

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

From Clean Code by Robert C. Martin

A wallet is a software program that stores private and public keys.