Closed metaist closed 10 months ago
Currently, I return the .DEFAULT defined for each named item if you ask for an item that's no in the registry. It should probably fail loudly.
.DEFAULT
I'm removing the concept of these global .DEFAULT objects too. I've already discovered several typing errors (in both sense) by making this yell loudly.
Currently, I return the
.DEFAULT
defined for each named item if you ask for an item that's no in the registry. It should probably fail loudly.