Coding 2024-06-10

By Max Woerner Chase

Bad news, everyone. I accidentally gave myself really bad hiccups, and it's hard to focus on code or writing when I am constantly jerking my head backwards like I'm possessed by a demon.

So, to very briefly summarize what I was able to accomplish with MOTR today:

I took stock of my implementations of a Protocol that has some issues, and determined that most of the implementations would probably work fine without worrying about the protocol, so I started renaming methods. This represents some delicate work, because all of a sudden I have to think about what they should be called, if they no longer implement the ThingDoer protocol via the do_the_thing() method. I got some of those done, but there are only so many easy ones, and some of the remaining ones are tricky to think about.

Anyway, I'm going to go try lying down. Maybe that'll cure me.

Good night.