Coding 2023-12-22

By Max Woerner Chase

I did a few things today, but one of them was picking MOTR back up from where I left off. This basically boiled down to fixing all of the Mypy and other errors caused by removing a single default value.

If I remember what I was thinking when I took a break, the next step is to consolidate the field that I changed with the one after it, into yet another new data class. Then I can add a new type parameter to the class that still needs to be renamed, and then I get to fix a new set of Mypy errors. I remain hopeful that this will all resolve into an improved layout and data flow, but it is hard to deny that the process of getting to wherever the endpoint is, kind of looks like someone deconstructed all of a multi-course meal...

Anyway, I need to wrap things up and get to bed.

Good night.