Skip to content

Commit

Permalink
Better argumentation chain for "Tests are code" Thanks @adiherzog
Browse files Browse the repository at this point in the history
  • Loading branch information
peitor authored Nov 26, 2018
1 parent 02922da commit 7320a7c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ Quality attributes that are important:

## **Tests are code**
Are you a coder?? Yes?
Tests are code. So write some tests, especially so that you can sleep better at night.
Tests are code. Don't wait for the "Test Automator" that tests your code. Its more efficient if you write tests that drive your production code and test your work.
With those tests you get the benefit of fast feedback and your code gets tested and checked on every push. Additionally over time you will know you have not broken anything and now you can sleep better at night.



## **Still not willing to write tests?**
Ask:
* How can You help?
* How can **You** help?
* What can You do?

You can always get them coffee.
Expand Down

0 comments on commit 7320a7c

Please sign in to comment.