Well I work in software myself, and it is quite usual, and good practice even, that for every setting possible in the config files you create a hardcoded default value for when the setting is absent from the config file.
It makes your software more robust to dislexic users.
Also good practice is then to include the item commented out in the config file depicting that default value.
Bookmarks