Click here to Skip to main content
15,908,444 members

Survey Results

How often do you use automated code generators for production code?   [Edit]

Survey period: 10 May 2010 to 17 May 2010

They've got their pros and cons. Suggested by Shahriar Iqbal Chowdhury.

OptionVotes% 
Always475.94
Often14318.08
Rarely28636.16
Never31539.82



 
GeneralAs often as possible. Pin
CSharpner.com17-May-10 11:54
CSharpner.com17-May-10 11:54 
I, of course, use the code generated by Visual Studio, but I also use LLBLGen and have written plenty of my own code generators, mostly for data acess layers. I think more people generate code than they realize (not even counting IDE generated code)... in your web pages you probably generate HTML with your JavaScript to make tables and such.

Anyway, as a programmer, my job is it improve efficiency for my customers, which means improving my own efficiency (and accuracy), so I try to cut down on manual repitition. I do this with using libraries and frameworks and creating my own libraries and frameworks, as well as writing code generators to automate the monotonous coding that I find my self doing repeatedly, day in and day out. That way, I can focus on the bigger picture of solving the larger problem my software will exist for.
GeneralVoted "Often", assuming IDE generated code falls into this category Pin
BoomRShine14-May-10 8:13
BoomRShine14-May-10 8:13 
GeneralRe: Voted "Often", assuming IDE generated code falls into this category Pin
Kunal Chowdhury «IN»14-May-10 18:05
professionalKunal Chowdhury «IN»14-May-10 18:05 
GeneralRe: Voted "Often", assuming IDE generated code falls into this category Pin
Dalek Dave16-May-10 13:14
professionalDalek Dave16-May-10 13:14 
GeneralBy Automatic Code Generators, Pin
Roger Wright13-May-10 7:43
professionalRoger Wright13-May-10 7:43 
GeneralAlways for WCF service refs, rarely otherwise Pin
Ravi Bhavnani12-May-10 5:51
professionalRavi Bhavnani12-May-10 5:51 
GeneralUseful when using NHibernate Pin
M.Vo.10-May-10 21:15
M.Vo.10-May-10 21:15 
GeneralRe: Useful when using NHibernate Pin
kornakar13-May-10 21:54
kornakar13-May-10 21:54 
GeneralCode generators Pin
Rosenne10-May-10 10:08
Rosenne10-May-10 10:08 
GeneralDo you ever use Visual Studio? PinPopular
Nick Harrison10-May-10 9:28
Nick Harrison10-May-10 9:28 
GeneralRe: Do you ever use Visual Studio? Pin
quinton196910-May-10 10:13
quinton196910-May-10 10:13 
GeneralRe: Do you ever use Visual Studio? Pin
Wolfgang_Baron10-May-10 12:21
professionalWolfgang_Baron10-May-10 12:21 
GeneralRe: Do you ever use Visual Studio? Pin
User 5924111-May-10 12:35
User 5924111-May-10 12:35 
GeneralRe: Do you ever use Visual Studio? Pin
Ravi Bhavnani12-May-10 5:52
professionalRavi Bhavnani12-May-10 5:52 
GeneralRe: Do you ever use Visual Studio? Pin
Behrooz_cs14-May-10 3:28
Behrooz_cs14-May-10 3:28 
GeneralCode Generators Pin
mirdones10-May-10 8:53
mirdones10-May-10 8:53 
GeneralWhat is a code generator? Pin
Nemanja Trifunovic10-May-10 4:18
Nemanja Trifunovic10-May-10 4:18 
GeneralIf you can afford $50 to $100 per hour [modified] Pin
Xiangyang Liu 刘向阳12-May-10 8:22
Xiangyang Liu 刘向阳12-May-10 8:22 
AnswerT4 Templates Pin
Petr Vones10-May-10 3:23
Petr Vones10-May-10 3:23 
GeneralRe: T4 Templates Pin
tec-goblin10-May-10 7:42
tec-goblin10-May-10 7:42 
GeneralVery Rare unless and until it is require Pin
Kunal Chowdhury «IN»10-May-10 3:04
professionalKunal Chowdhury «IN»10-May-10 3:04 
GeneralYou probably don't realize you are Pin
Marc Clifton10-May-10 2:26
mvaMarc Clifton10-May-10 2:26 
General... or if you do realize it, the answer is likely "Always" Pin
Rich Armstrong10-May-10 7:26
Rich Armstrong10-May-10 7:26 
GeneralThat's What It's For Pin
W Balboos, GHB10-May-10 2:24
W Balboos, GHB10-May-10 2:24 
GeneralIf you need a general purpose parser, then you have to. Pin
ZTransform10-May-10 0:30
ZTransform10-May-10 0:30 

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.