in reply to [OT] What is 'Good Practice' use of an .ini/.conf file: Database or Active Document?

A common good practice (as I see it) is to have a fully-fledged configuration file example in the documentation, e.g for a Linux based distribution foo a file /usr/share/doc/foo/example/foo.conf.example - that way the actual configuration file /etc/foo/foo.conf can be kept clean without clutter.

Don't know about Windows best practices though. A Windows Help File pair *.chm/*.chw comes to mind, which would contain all possible configuration items.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re: [OT] What is 'Good Practice' use of an .ini/.conf file: Database or Active Document?
  • Select or Download Code