From dc9add28be399304a0f58e8f3057d21c8ce69d7b Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 23 Feb 2021 13:53:11 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08aefbe..1829502 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R * [Things you should do know](https://secure.phabricator.com/book/phabflavor/article/things_you_should_do_now/) * Follow [naming conventions](https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html) * Use [scrum methodology](https://www.scruminc.com/scrum-glossary/) +* Do [CodeReviews](https://softwareengineering.stackexchange.com/questions/141005/how-would-you-know-if-youve-written-readable-and-easily-maintainable-code/141010#141010) * Use databases * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/)) * Avoid [dark patterns](https://darkpatterns.org/types-of-dark-pattern.html)