It's happened often enough where I change something and it breaks things. Someone had started to write tests. Though at the time I didn't understand what they were trying to do. I still struggle with it. I watch videos about test driven development. Though I guess you need to write tests to get better at testing. I found testing free functions are easy just pass in input and see if you get expected results. It's something to think about.