I like quality. I like delivering quality as well as giving quality.
I think with my latest changes to the dashboard have that quality. I was able to utilize TDD for that and I’m happy I did. I’ve done it many times, but any time I am able to utilize the technique, good results follow. Always.
That’s why I’m going to push for it on my team.
In the quality part, I am expecting a push towards TDD. I want as much as possible of it. I want to “feel” it.
Write tests in the following format
given[condition]
when[action occurs]
then[assert]
That leads to tests that are easier to understand and reuse, which leads to less duplication.