Coding 2025-11-07
I'm making decent progress on the other projects, so let's see if I have anything quick to do for the stuff I'm actually writing about.
All right, so. I have a bunch of candidates for code to factor out first. In each case, I want to do some due diligence to figure out whether something already exists. This already replaced some of my sketchy code with an extant library, so it's not out of the question. The stuff that looks most like I'll need to publish something for it includes:
- Weird Enum Stuff
- As many terminal color scheme hex codes as I feel like
- ContextVar helper code
- Some funky metaprogramming based on type parameters
I intend to work on this, or at least on something, over the weekend, but right now I want to wind down. Also, I need to think of names for these, and I'm not ready for that right now.
Good night.