#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
Documentation is as important as the code itself.
From Working in Public by Nadia Eghbal
Names are important. They should be descriptive and meaningful.
From Clean Code by Robert C. Martin
Release early, release often.
Premature optimization is the root of all evil.
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.
You should write tests before you write the code.
From Clean Code by Robert C. Martin