Hi folks,
While I am working on POC 0.5 and rethinking some things for stage 1, I
would like to know your opinion on the following:
* I guess a new structure for the source files would be a great idea,
something like this:
OpenDocument.php5
OpenDocumentPHP/Factory.php5
OpenDocumentPHP/FactoryTest.php5
OpenDocumentPHP/Content.php5
OpenDocumentPHP/ContentTest.php5
OpenDocumentPHP/Content/Body.php5
OpenDocumentPHP/Content/BodyTest.php5
OpenDocumentPHP/Content/Body/Text.php5
OpenDocumentPHP/Content/Body/TextTest.php5
OpenDocumentPHP/Content/Body/Drawings.php5
OpenDocumentPHP/Content/Body/DrawingsTest.php5
OpenDocumentPHP/Meta.php5
OpenDocumentPHP/MetaTest.php5
OpenDocumentPHP/Manifest.php5
OpenDocumentPHP/ManifestTest.php5
OpenDocumentPHP/SingleDocument.php5
OpenDocumentPHP/SingleDocumentTest.php5
OpenDocumentPHP/PackageDocument.php5
OpenDocumentPHP/PackageDocumentTest.php5
OpenDocumentPHP/PackageDocument/ZipFile.php4
* PHing should sort out all *Test.php5 and make a clean "Public
Distribution" of OpenDocumentPHP without the test cases and maybe without
the "$this->logger->debug(...)" lines. This will speed up the production
code, I think.
Thanks in advance
Norman
|