From bfc179a970856d53ccbc46f2ede6737a0c444786 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 16 Feb 2021 15:53:41 +0100 Subject: [PATCH] :alien: add SQL tip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfe60f2..f3e6f69 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R ## Other methdology * Follow [naming conventions](https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html) * Use [scrum methodology](https://www.scruminc.com/scrum-glossary/) +* 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) * Security * Audit [security](https://hangar.tech/posts/our-dsq/)