30 best practices for development & testing

This commit is contained in:
Morgan 2021-01-10 20:45:25 +01:00 committed by GitHub
parent 7a21b60881
commit 5df13f7a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ How can you support me : [![Buy me a coffee][img-buymeacoffee]][buymeacoffee] or
* [Assembly](#assembly) * [Assembly](#assembly)
* [C/C++](#cc) * [C/C++](#cc)
* [Calm programming / Slow programming](#calm-programming--slow-programming) * [Calm programming / Slow programming](#calm-programming--slow-programming)
* [Clean code](#clean-code-and-best-practices) * [Clean code and best practices](#clean-code-and-best-practices)
* [Conferences](#conferences) * [Conferences](#conferences)
* [Correctness](#correctness) * [Correctness](#correctness)
* [Database](#database) * [Database](#database)
@ -5238,6 +5238,7 @@ See also [Calm programming / Slow programming](#calm-programming--slow-programmi
> Whether your own or someone elses writing, alex helps you find gender favoring, polarizing, race related, religion inconsiderate, or other unequal phrasing in text. > Whether your own or someone elses writing, alex helps you find gender favoring, polarizing, race related, religion inconsiderate, or other unequal phrasing in text.
* [Jamie Wong](http://jamie-wong.com/2013/07/12/grep-test/) - (2013) Too DRY - The Grep Test * [Jamie Wong](http://jamie-wong.com/2013/07/12/grep-test/) - (2013) Too DRY - The Grep Test
* [Ilya Sher](https://ilya-sher.org/2019/05/18/on-information-loss-in-software/) - (2019) On Information Loss in Software * [Ilya Sher](https://ilya-sher.org/2019/05/18/on-information-loss-in-software/) - (2019) On Information Loss in Software
* [Michael Foord](https://opensource.com/article/17/5/30-best-practices-software-development-and-testing) - (2017) 30 best practices for software development and testing
## Conferences ## Conferences
> In Belgium > In Belgium
@ -7048,6 +7049,7 @@ See also [Dotfiles / Aliases](#dotfiles--aliases)
* [mattray/inspec-iggy](https://github.com/mattray/inspec-iggy) - InSpec CLI plugin for generating compliance controls from Terraform and CloudFormation * [mattray/inspec-iggy](https://github.com/mattray/inspec-iggy) - InSpec CLI plugin for generating compliance controls from Terraform and CloudFormation
* [terraform-linters/tflint](https://github.com/terraform-linters/tflint) - TFLint is a Terraform linter focused on possible errors, best practices, etc. (Terraform >= 0.12) * [terraform-linters/tflint](https://github.com/terraform-linters/tflint) - TFLint is a Terraform linter focused on possible errors, best practices, etc. (Terraform >= 0.12)
* [Tom Forbes](https://tomforb.es/testing-my-dotfiles-with-github-actions/) - (2019) Testing my dotfiles with Github actions * [Tom Forbes](https://tomforb.es/testing-my-dotfiles-with-github-actions/) - (2019) Testing my dotfiles with Github actions
* [Michael Foord](https://opensource.com/article/17/5/30-best-practices-software-development-and-testing) - (2017) 30 best practices for software development and testing
# Transportation :train2: :oncoming_automobile: # Transportation :train2: :oncoming_automobile:
> Learn > Learn