July 16, 2008
(image taken from electricinca’s photostream)
There’s a question that I wanted to ask you, dear reader. Consider the following code snippet:
<project name=”my_great_web_app”>
<!– snip –>
<target name=”backend-zip-static”>
<zip zipfile=”${build}/backend-static.zip”>
<fileset dir=”${backend.static.dir}”/> </zip>
</target>
</project>
Some of my erstwhile ThoughtWorks colleagues used to use the motto “Every class should have a secret”. Recently I discovered that this evolved from work on Information Hiding [...]
Read the full article →
July 15, 2008
Raphael Stolt, a PHP developer and blogger has written an article called “Six valuable Phing build file refactorings”. He’s taken the refactorings from my ThoughtWorks Anthology article and translated to Phing, the PHP build tool (which is based on Ant). Sweet!
Link
Read the full article →