Weekly Roundup 2022-11-22
- Wednesday: I made some obvious improvements to MOTR's code.
- Thursday: I started to refresh my memory on how some of MOTR's new code holds together. I came up with some unfortunately-complicated ideas about how to make certain areas of the code reusable.
- Friday: I came up with some much less complicated ideas, that should suffice for now.
- Saturday: After focusing on the improvements side of things, I decided to take a look at the uncovered code in MOTR. In my experience, such code is suspect, because it tends to be the case that I'm not manually exercising uncovered code. Sadly, this part of the code is very elaborate and hard for me to follow without walking myself back through things.
- Sunday: I started planning out how to write tests for specific areas of uncovered code.
- Monday: I was not up for working on this stuff, so I tried to take things as easy as I could manage, which is... eh, not very, when I only think to check how I'm doing at the end of the day.
Next week, I'm going to be traveling some for the holidays, but hopefully I'll get some time to actually touch the code.