[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Google Data API
From: |
address@hidden |
Subject: |
Re: Google Data API |
Date: |
Wed, 13 Aug 2008 00:16:51 -0700 (PDT) |
User-agent: |
G2/1.0 |
Some first observations from looking into the code (you should please
inform that back to the GData project):
* there is some dependency on Core Foundation (e.g. GDataUtilities.m)
* there is a dependency on libxml in GDataXMLNode.h
* there is some dependency on SenTestingKit
All this should be better encapsulated in GData - or be replaced by
"pure Cocoa/OpenSTEP" code. This would also clean up their code and
reduce dependencies if they could get rid of it.
-- Nikolaus