Open joseph-hellerstein opened 3 years ago
Many of the constructors have optional keywords, a situation that can hide typos. Develop a way to check that that no incorrect keyword name is used.
The inspect package has ways to find keywords passed (and likely keywords in definitions).
Many of the constructors have optional keywords, a situation that can hide typos. Develop a way to check that that no incorrect keyword name is used.