Tagged Questions

6
votes
1answer
185 views

In source-control terminology what is a spike?

I've seen the word "spike" used in relation to source-control. For example, a project I'm working with has three top-level folders: trunk, branches and spikes. What's the meaning …
5
votes
6answers
334 views

Why are TDD ‘Spikes’ called ‘Spikes?

The test driven development guys refer to a quick, exploratory, investigation that involves coding something up to see if it works, a spike. Any ideas why they came up with that w …