Click here to Skip to main content
15,887,027 members

Survey Results

Do you perform Automated Builds?   [Edit]

Survey period: 17 Nov 2008 to 24 Nov 2008

Automating your build does more than relieve tedium. In general, what is your approach?

OptionVotes% 
We perform automated builds each time we check in code16916.80
We perform daily or weekly automated builds19919.78
We are planning on using automated builds767.55
We sometimes use automated builds595.86
We do not use automated builds47146.82
Our stuff doesn't need to be built323.18



 
GeneralI'm perplexed at the number of "We do not use automated builds" PinPopular
PedroMC16-Nov-08 23:08
PedroMC16-Nov-08 23:08 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 1:25
Michael Bookatz17-Nov-08 1:25 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 3:56
PedroMC17-Nov-08 3:56 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 4:01
Michael Bookatz17-Nov-08 4:01 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 4:25
PedroMC17-Nov-08 4:25 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
htoomik17-Nov-08 8:09
htoomik17-Nov-08 8:09 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Mark J. Miller18-Nov-08 4:03
Mark J. Miller18-Nov-08 4:03 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Jonathan C Dickinson20-Nov-08 19:17
Jonathan C Dickinson20-Nov-08 19:17 
If you are testing a website it comes down to bringing in discipline around architecture. Your logic should be in different components (assemblies in .Net) that can be invoked from unit tests. A lot has been said for and against MVC, but you don't even need to go that far - just a three-tiered approach.

If you get that right, if a developer checks in code that introduces a bug you will get instant notification (if using CI) that something broke.

If you UI is FUBAR, you can go as far as sending customers an aspx page/whatever instead of a dll/whatever that needs to be installed in the GAC, registered with COM, or registry settings: preceded and followed by an IISReset. You get the idea.

He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Chineese Proverb]

Jonathan C Dickinson (C# Software Engineer)

GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Andrew Torrance17-Nov-08 2:49
Andrew Torrance17-Nov-08 2:49 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 3:44
Thomas Weller17-Nov-08 3:44 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
John M. Drescher17-Nov-08 4:21
John M. Drescher17-Nov-08 4:21 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Harold Bamford17-Nov-08 5:03
Harold Bamford17-Nov-08 5:03 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 5:23
Thomas Weller17-Nov-08 5:23 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Harold Bamford17-Nov-08 5:46
Harold Bamford17-Nov-08 5:46 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 5:55
Thomas Weller17-Nov-08 5:55 
RantRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC18-Nov-08 0:44
PedroMC18-Nov-08 0:44 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
#realJSOP17-Nov-08 6:32
mve#realJSOP17-Nov-08 6:32 
GeneralSmall hairballs Pin
Paul Watson17-Nov-08 11:49
sitebuilderPaul Watson17-Nov-08 11:49 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Tom Deketelaere17-Nov-08 20:54
professionalTom Deketelaere17-Nov-08 20:54 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 23:06
PedroMC17-Nov-08 23:06 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Tom Deketelaere18-Nov-08 0:24
professionalTom Deketelaere18-Nov-08 0:24 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
_WinBase_18-Nov-08 2:01
_WinBase_18-Nov-08 2:01 
GeneralAutomate, automate, automate Pin
jlwarlow16-Nov-08 22:41
jlwarlow16-Nov-08 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.