23 June 2006
You Arent Gonna Need It
Always implement things when you actually need them, never when you just foresee that you need them.
20 June 2006
Automate your team's build and unit-testing process
Extreme programming and agile methods recommend that the development process include continuous integration and unit testing. A pragmatic way to support these practices is to set up an automated system to build and test the latest version of your source code every time it changes. This article guides you through the practical issues involved in setting up your own Linux™-based build server for Java™ projects.
1
(2 marks)