Click here to Skip to main content
15,900,713 members

Survey Results

When learning to use a third party component, how valuable are each of the following?   [Edit]

Survey period: 9 Jan 2012 to 16 Jan 2012

Everyone likes to learn in a different way, and many of us find reading code faster than reading prose.

OptionVotes12345 
A detailed manual covering all APIs of the library exhaustively7570%0%0%0%0%
A brief, to-the-point rundown of the main features7570%0%0%0%0%
Articles explaining how to use the library7570%0%0%0%0%
Pure source code examples of how to use it7570%0%0%0%0%
The source code of the library itself7570%0%0%0%0%



 
AnswerRe: Rating? Pin
Rob Grainger9-Jan-12 21:50
Rob Grainger9-Jan-12 21:50 
AnswerRe: Rating? Pin
dmjm-h10-Jan-12 6:01
dmjm-h10-Jan-12 6:01 
GeneralRe: Rating? Pin
Ravi Bhavnani10-Jan-12 6:53
professionalRavi Bhavnani10-Jan-12 6:53 
GeneralReality vs. Fantasy Pin
Marc Clifton9-Jan-12 2:01
mvaMarc Clifton9-Jan-12 2:01 
GeneralMissing Option Pin
Bassam Abdul-Baki9-Jan-12 0:27
professionalBassam Abdul-Baki9-Jan-12 0:27 
GeneralRe: Missing Option Pin
Albert Holguin9-Jan-12 2:02
professionalAlbert Holguin9-Jan-12 2:02 
GeneralI usually judge a company Pin
Slacker0079-Jan-12 0:12
professionalSlacker0079-Jan-12 0:12 
GeneralSupport, support, support Pin
Sander Rossel8-Jan-12 20:44
professionalSander Rossel8-Jan-12 20:44 
No matter how well a third party tool is documented there will be a time when I get stuck. At that point it is more important than anything else that I can get support from the company that made the tool or any other website that knows what they're talking about. I (and any other user) also might need updates that fix bugs, but don't break public API's. Had that once and I needed to exclude a couple of files to make it work again. I had been working for days on those files...
As for the question, from top to bottom I rate their importancy 5, 4, 3, 2, 1. Support is right up their with detailed documentation Smile | :)
It's an OO world.
C#
public class Naerling : Lazy<Person>{
    public void DoWork(){ throw new NotImplementedException(); }
}

GeneralThe first option, the last option, or both. Pin
Firo Atrum Ventus8-Jan-12 19:08
Firo Atrum Ventus8-Jan-12 19:08 
QuestionRe: The first option, the last option, or both. Pin
Julien Villers8-Jan-12 22:37
professionalJulien Villers8-Jan-12 22:37 
AnswerRe: The first option, the last option, or both. Pin
Firo Atrum Ventus8-Jan-12 22:54
Firo Atrum Ventus8-Jan-12 22:54 
GeneralRe: The first option, the last option, or both. Pin
Julien Villers8-Jan-12 23:11
professionalJulien Villers8-Jan-12 23:11 
GeneralRe: The first option, the last option, or both. Pin
Lutosław9-Jan-12 11:22
Lutosław9-Jan-12 11:22 
GeneralRe: The first option, the last option, or both. Pin
snorkie13-Jan-12 10:55
professionalsnorkie13-Jan-12 10:55 

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.