Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
342 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 of this term?
7
votes
6answers
684 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 word? Update: The ...
2
votes
0answers
57 views

Why do I get lagspikes from sound?

I'm developing a game in Java, and have made an attempt at coding a simple sound system for it made of two class files: one that handles them, and one for each sound file loaded. My problem is that ...
2
votes
2answers
105 views

How to handle CPU IO spikes while running a cronjob PHP script

Hey there I am having some CPU spikes due to PHP script I run every 30 mins. Script sends twits to signed up twitter users everyday and there are a lot of users. So basically when PHP script sends out ...
0
votes
1answer
78 views

What does spikeline in a chart mean?

We are developing a dashboard application with a lot of charts, and we are using Highcharts, a Javascript library, to create our charts. Recently, we have got some requirements saying that the clients ...