Coding 2023-11-19
Okay, so. I ended up taking things easy today, but I did put together a list of things to investigate for the dependent mapping plugin in MOTR. Basically, I need to consider:
- Which methods the plugin works with, and the types of their arguments
- How the methods are to be invoked
- Whether a given type is to be a single concrete type, or something more complex.
There is a lot of stuff to be written to get all of this testable. Some weird combinatorial explosion, considering that I'm working with parametric types that I then want to see working sensibly in unions and the like.
Anyway, it's late and I need to sleep a lot.
Good night.