Coding 2024-02-28

By Max Woerner Chase

All right. I wasn't focused much on coding today, but I did put together a few things for the conversion script. Basically, I realized, hey, this conversion script is super bespoke and not meant to be reused, so I don't need to take my usual stances against inheritance, so I made a base class for all of my node wrapper stuff, and once I've got that class in a nice place, I can subclass it into all of the wrappers and then focus on pulling out the relevant information.

For now, though, I want to get to bed.

Good night.