👽 add SQL tip

This commit is contained in:
Daniel Thoren 2021-02-16 15:53:41 +01:00 committed by GitHub
parent 2c4b6ea95d
commit bfc179a970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/)