Click here to Skip to main content
15,922,696 members

Survey Results

How do you (mainly) use the source code found at The Code Project?   [Edit]

Survey period: 26 Feb 2007 to 4 Mar 2007

There's a lot of code on CodeProject.com. How do you use it? (suggested by Keia)

OptionVotes% 
Just for learning and guidance91982.94
Copy and Paste snippets into your own code46842.24
Include the source files into your project28225.45
In a separate Utilities library18316.52
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralFAQ Pin
John R. Shaw2-Mar-07 22:44
John R. Shaw2-Mar-07 22:44 
GeneralUse the ideas... leave the code Pin
M i s t e r L i s t e r1-Mar-07 10:53
M i s t e r L i s t e r1-Mar-07 10:53 
GeneralSharing cool ideas Pin
Tom Clement28-Feb-07 14:16
professionalTom Clement28-Feb-07 14:16 
GeneralRe: Sharing cool ideas Pin
John R. Shaw2-Mar-07 21:59
John R. Shaw2-Mar-07 21:59 
GeneralI must be unique Pin
Ennis Ray Lynch, Jr.28-Feb-07 4:59
Ennis Ray Lynch, Jr.28-Feb-07 4:59 
GeneralRe: I must be unique Pin
Vasudevan Deepak Kumar28-Feb-07 12:42
Vasudevan Deepak Kumar28-Feb-07 12:42 
GeneralRe: I must be unique Pin
ThatsAlok1-Mar-07 21:37
ThatsAlok1-Mar-07 21:37 
GeneralLearning... Pin
A_Learner27-Feb-07 20:25
A_Learner27-Feb-07 20:25 
GeneralWhat About Stealing? Pin
MatrixCoder27-Feb-07 16:16
MatrixCoder27-Feb-07 16:16 
GeneralRe: What About Stealing? Pin
Vasudevan Deepak Kumar28-Feb-07 12:43
Vasudevan Deepak Kumar28-Feb-07 12:43 
GeneralRe: What About Stealing? Pin
MatrixCoder28-Feb-07 12:52
MatrixCoder28-Feb-07 12:52 
GeneralRe: What About Stealing? Pin
John M. Drescher28-Feb-07 18:14
John M. Drescher28-Feb-07 18:14 
GeneralRe: What About Stealing? Pin
M i s t e r L i s t e r1-Mar-07 10:50
M i s t e r L i s t e r1-Mar-07 10:50 
AnswerRe: What About Stealing? Pin
zeek3-Mar-07 11:32
zeek3-Mar-07 11:32 
GeneralMostly copy/paste Pin
Michael Dunn27-Feb-07 13:19
sitebuilderMichael Dunn27-Feb-07 13:19 
GeneralFor learning and information Pin
Mike Hankey27-Feb-07 12:56
mveMike Hankey27-Feb-07 12:56 
QuestionFirst option mutually exclusive? Pin
Ed.Poore26-Feb-07 8:33
Ed.Poore26-Feb-07 8:33 
AnswerRe: First option mutually exclusive? Pin
Zoltan Balazs27-Feb-07 5:38
Zoltan Balazs27-Feb-07 5:38 
AnswerRe: First option mutually exclusive? Pin
Nathan Holt at EMOM28-Feb-07 5:06
Nathan Holt at EMOM28-Feb-07 5:06 
GeneralTotal Rewrite Pin
Ri Qen-Sin26-Feb-07 7:59
Ri Qen-Sin26-Feb-07 7:59 
GeneralRe: Total Rewrite Pin
John M. Drescher27-Feb-07 1:47
John M. Drescher27-Feb-07 1:47 
GeneralRe: Total Rewrite Pin
Jim Crafton1-Mar-07 10:17
Jim Crafton1-Mar-07 10:17 
GeneralRe: Total Rewrite Pin
John M. Drescher1-Mar-07 17:15
John M. Drescher1-Mar-07 17:15 
GeneralRe: Total Rewrite Pin
Jim Crafton1-Mar-07 17:18
Jim Crafton1-Mar-07 17:18 
GeneralUsually in a library. Pin
John M. Drescher26-Feb-07 4:21
John M. Drescher26-Feb-07 4:21 
I generally put code from here or other places in a library (most likely a dll) because if the code passed my brief evaluation and was good enough for one project it probably will be useful for current and future projects. Once it is in the library I add it my source control pretty much unmodified but then I usually make modifications to the code to fix bugs and to remove duplicate functionality as a lot of projects ship with their own utility classes and some of them I have the same or similar classes already in my library. After that I add some test cases/examples to my test program that is part of the library project. If I am behind a deadline the last two steps are usually delayed until I get my project out...


John

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.