Coding 2022-12-07

Tags:
By Max Woerner Chase

All right, I ended up spacing out and it's late, so here are some quick notes about the helper functions I want to consolidate:

I'm not sure how much caching I want to do. I guess, on reflection, I could get away with making this a helper function, but it's a little tricky to visualize the right interface. Like, is def __call__(self, facts: Facts[Objects], overrides: Objects, *parametrics: Parametric[object]) -> Facts[None]: reasonable? I'll need to think about it.

For now, I'll get ready for bed.

Good night.