Here are some questions for Larry before so I can ask when he wakes up:
- Why does BUILD bind named-style parameters at the end? If it bound at the beginning, I could do consistency/sanity checking on them within the body of BUILD. At the moment, I need to specify them in the signature of BUILD to do that, which is redundant.
That’s all for today (I may continue adding to this list).