Faith Based Programming
This coming tuesday I am going to have a talk at a software seminar at Tandberg Telecom here in Oslo. I am very much looking forward to this, since I am going to talk about all my favourite topics.
- Open Source
- Lightweight architecture
- Continous Integration
- Maven2
- Testing
And if I am lucky I will throw in some few things about AOP as well
Well enough about that. During the research and planning of this talk, I remembered a quote I have been using for a while for describing what in my personal experience as programmer in several projects over the years seems to be the most used programming style. Forget TDD, everyone says they are using it, but few actually are. Enter the realm of….
Faith Based Programming
“I Really do believe it works”
The art of writing software without the need for tests.
Do your project use this principle ?
If you are not sure what your teams are doing, and would like to find out if they are practicing the faith. Look for theese other statements that may indicate followers
- Well.. It did work on my machine.
- Funny.. I fixed that bug ages ago
- Regression….. what ?
- Clover.. no I am not superstitious
- c:\.. not a valid unix path ?… strange…

