[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Future of Hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Future of Hobbit
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Wed, 30 Jan 2008 19:08:11 +0100
- References: <4797C92F.8020903 (at) cisco.com> <200801301006.09111.s_aiello (at) comcast.net> <58EF0861D3A1A04182720B3A5231C7C202252386 (at) usplm205.amer.corp.eds.com>
- User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)
On Wednesday 30 January 2008, Hubbard, Greg L wrote:
> Damian Conway in "Perl Best Practices" (published by O'Reilly) says
> "Don't use XML as your configuration file format. It may be
> human-readable, but it's almost never human-comprehensible, and the
> ratio of mark-up to content is vastly too high." He goes on to argue
> that configuration files should use a format that is much more like what
> Henrik has implemented in the non-Big-Brother-legacy-format, and
> suggests several CPAN modules that Perl programmers can use to parse
> these formats in their programs.
>
> I fully agree with this notion -- let's keep Hobbit "XML-free"!
I recently used the ini format. Very easy to read and change. There is also
a nice perl module to process the files. I'm sure there are C libraries as
well.
Stef