Eating Your Own Code

At work I started and maintain a repository for code snippets and how tos. Things we can re-use on other projects. A lot of is is stuff you can just copy/paste into another project and it works, which is really cool and saves us from having to re-invent the wheel for every project. Today I tried to use something I posted a few months ago. It’s super convenient. I don’t have to worry about “how” it works- I know it just works. And it would have just worked if I hadn’t left out a function. So, yeah, re-using your own code helps you make sure it still works.