3

Why do I write tests?

 2 years ago
source link: https://sul.im/blog/why-do-i-write-tests/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Why do I write tests?

Sep 25, 2021

Recently I had an interesting conversation with colleagues on the topic of writing tests for code. In particular, it was about tests for hotfixes that need to be deployed as soon as possible. In this post, I’ll leave the results of that conversation aside and focus on what it inspired me to think about. On the question “Why do I write tests for code?”

The concept of writing tests was introduced to me when I started working with Ruby and Rails. Before that, the only way to make sure everything works as expected was to manually test it. The benefits of automated testing were totally clear, however, it was hard to accept it right away. So I went through phases like:

  • being excited about the possibility to automate all the manual testing,
  • complaining about the necessity to write more code and writing tests just for the sake of having them,
  • discovering TDD (test-driven development), trying, struggling, denying, and accepting it,
  • discovering BDD (behavior-driven development) and going through similar stages as with TDD,
  • developing a sense of balance for the number and quality of tests,
  • reaching the state when delivering my code without tests fills like a poorly done job.

This recent discussion with colleagues, mentioned in the beginning, helped me to discover more. Writing tests has some phycological effects for me.

  • It raises my confidence level in understanding the problem at hand.
  • It helps me to calm down, clear my mind, and to easier get into the productivity zone.

So especially in cases of hotfixes when the production system is on fire, I would highly recommend not skipping tests. Even if it’s so tempting sometimes to deliver the fix as soon as possible 😉

Keep writing good tests!


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK