This reply is extremely late, but I’m annoyed at myself for not having responded at the time, so I’ll do it now in case anyone runs across this at some point in the future:
I guess I feel a little trepidation or edge-of-my-seat feeling when I first run a test (I have surprisingly often ended up crossing my fingers), but I try to write tests in a nice modular way, so that I’m never writing more than ~5-10 lines of code before I can test again. I feel a lot more trepidation when I break this pattern, and have a big chunk of new code that hasn’t been tested at all yet.
This reply is extremely late, but I’m annoyed at myself for not having responded at the time, so I’ll do it now in case anyone runs across this at some point in the future:
I guess I feel a little trepidation or edge-of-my-seat feeling when I first run a test (I have surprisingly often ended up crossing my fingers), but I try to write tests in a nice modular way, so that I’m never writing more than ~5-10 lines of code before I can test again. I feel a lot more trepidation when I break this pattern, and have a big chunk of new code that hasn’t been tested at all yet.