Limitations of Closures
I've come to the end of the code I can write with higher-order functions and closures. There's four endpoint suites that I’ve handled with them; each serves objects out of its table, lists associations with the other three tables and supports associating and deassociating between objects in its table and objects in the other tables. It's all very homologous.
The remaining three endpoint suites are different from the first four and from each other. I'll need to write (and test) actual code for them. But not today.
14 January 2023