Tag Collection
#best-practices
Explore Books, Authors and Common Highlights on Best-practices
Showing 8 of 8 highlights
Release early, release often.
Documentation is a critical part of software development.
Documentation is as important as the code itself.
From Working in Public by Nadia Eghbal
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
You should write tests before you write the code.
From Clean Code by Robert C. Martin
Names are important. They should be descriptive and meaningful.
From Clean Code by Robert C. Martin
Code is read much more often than it is written.
From Clean Code by Robert C. Martin
Premature optimization is the root of all evil.