Maybe it might be good to error if there are unknown fields #61
Labels
discussion
Ideas that I'm not yet sure about adding, but would like to hear your thoughts on
enhancement
New feature or request
pending
Ideas that seem good, but need to be considered implementing
I'm not sure if I want to make this change or not.
Sometimes, it's possible that a user mistypes a key, or isn't aware of what keys should be present in which modes. For example, let's look at
func
:Func doesn't have a player, so
plr=
is a bad key here. Currently, it's silently ignored, but func could be changed to cause an error.This has the potential to make it clearer to people what is going on, but it also might not be good style. I'd love some feedback on what the best practices are.
The text was updated successfully, but these errors were encountered: