[geeklog-devtalk] Re: [geeklog-devel] Globals in GL2
Michael Jervis
mike at fuckingbrit.com
Wed Dec 22 02:47:50 EST 2004
>I don't care how the user interfaces with the configuration. I think we
>all agreed some time ago that most of the configuration would be
>web-based. But, regardless of stored format (xml, DB, etc), the data
>needs to be in a structure we can read. Seems an array is Ok for that, no?
Not that I /am/ an OO purist, but, it should be an object.
That object should abstract the storage.
Personally, I'd do an abstract base class, implement that in an array reader
and use that for development, then when a funky XML file is decided on with
a web interface to editing it, you just swap out your implementation class.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3030 bytes
Desc: not available
Url : <http://eight.pairlist.net/pipermail/geeklog-devtalk/attachments/20041222/20449f3c/attachment.bin>
More information about the geeklog-devtalk
mailing list