From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,80b3e504140e89fd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-20 17:20:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!colt.net!diablo.theplanet.net!psiuk-p2!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Config_Files proposal Date: Thu, 20 Jun 2002 09:12:33 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: <4519e058.0206190708.2ef205e4@posting.google.com> <3D10AF1F.3000805@attbi.com> <3D10B728.BD5E08C3@san.rr.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1024578754 17334 136.170.200.133 (20 Jun 2002 13:12:34 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 20 Jun 2002 13:12:34 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:26530 Date: 2002-06-20T13:12:34+00:00 List-Id: Well, if, for example, the decisions for the API lead to some kind of complex tree-like structure, you might have a really hard time storing this in some simpler file format like .CSV or as simple attribute/value pairs. I suggested elsewhere that establishing a package spec now and leaving the file format for later would be a wise thing. It starts some progress and helps clarify the problems. Assumimg that the API is going to have something pretty basic like "Load/Store" operations with a file name and a data structure, you really don't have to settle the file format issues until later & it creates the possibility of trying out many different ones. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com "Stephen Leake" wrote in message news:u4rfzw2kx.fsf@gsfc.nasa.gov... > > Since we keep saying the API _must_ be independent of the file format, > I don't see how finishing the API can help decide what file format to > use. >