1. Highlights
  2. /Tags
  3. /#best-practices

#best-practices

Explore Books, Authors and Common Highlights on Best-practices

Showing 8 of 8 highlights

It is not enough to do your best; you must know what to do, and then do your best.

From The Goal by Eliyahu M. Goldratt

Names are important. They should be descriptive and meaningful.

From Clean Code by Robert C. Martin

Premature optimization is the root of all evil.

From The Art of Computer Programming by Donald Knuth

Code is read much more often than it is written.

From Clean Code by Robert C. Martin

Documentation is a critical part of software development.

From The Mythical Man-Month by Frederick Brooks

You should write tests before you write the code.

From Clean Code by Robert C. Martin