-
Make sure you have the development package for apache (you need
apxs2 installed) taking care to get the right apache2-dev package
I ran apt-get install apache2-prefork-dev -
Download the Source (so that you can compile for your platform and your version of apache)
Test Driven Development (The Addison-Wesley Signature Series)
Kent Beck



£27.28
buy from amazon
The premise of this book is to design organically (No grand plans).
Programming is reduced to the sequence
- write a test
- write code that passes the test
- clean up that code (remove any duplication)
Much of the book is about getting into and keeping a good programming mindset - one nice tip is to always leave a failing test at the end of the day (this give you something concrete to start on the next day).
This book has changed the way I work (a bit).