i noticed that if you put flags in a config file that are not defined in the code, they'll just get ignored.
this may lead to bugs where people intended to set a flag, but have a typo, and the default is used instead. so i would make the library throw an "undefined flag" error in this case.
i noticed that if you put flags in a config file that are not defined in the code, they'll just get ignored.
this may lead to bugs where people intended to set a flag, but have a typo, and the default is used instead. so i would make the library throw an "undefined flag" error in this case.