├── questions.txt └── README.md /questions.txt: -------------------------------------------------------------------------------- 1 | What has been your experience with X (check all that apply): 2 | 3 | I wasn't aware of its existence 4 | I don't really understand what it's for 5 | I can do without 6 | Doesn't work in my environment 7 | The author(s)' past work influenced my choice positively 8 | The author(s)' past work influenced my choice negatively 9 | I want to avoid dealing with the authors 10 | It it easy for me to influence the authors 11 | I've rejected it based on negative reviews 12 | I decided to use it based on positive reviews 13 | I want a good tutorial but couldn't find one 14 | I want a reference manual but couldn't find it 15 | I don't like the basic design 16 | I don't like the way the code is written in general 17 | I don't like the tools on which it depends 18 | I wanted to give it a try but haven't done it yet 19 | I tried to install it but failed and gave up 20 | I installed it but I couldn't make it work and gave up 21 | I managed to test it but decided not to use it 22 | Too complicated to use 23 | Not efficient enough 24 | Too many bugs 25 | I'm using it 26 | I love using it 27 | I miss a number of features 28 | I modified it to suit my own purposes 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | What has been your experience with X (check all that apply): 2 | 3 | * I wasn't aware of its existence 4 | * I don't really understand what it's for 5 | * I can do without 6 | * Doesn't work in my environment 7 | * The author(s)' past work influenced my choice positively 8 | * The author(s)' past work influenced my choice negatively 9 | * I want to avoid dealing with the authors 10 | * It it easy for me to influence the authors 11 | * I've rejected it based on negative reviews 12 | * I decided to use it based on positive reviews 13 | * I want a good tutorial but couldn't find one 14 | * I want a reference manual but couldn't find it 15 | * I don't like the basic design 16 | * I don't like the way the code is written in general 17 | * I don't like the tools on which it depends 18 | * I wanted to give it a try but haven't done it yet 19 | * I tried to install it but failed and gave up 20 | * I installed it but I couldn't make it work and gave up 21 | * I managed to test it but decided not to use it 22 | * Too complicated to use 23 | * Not efficient enough 24 | * Too many bugs 25 | * I'm using it 26 | * I love using it 27 | * I miss a number of features 28 | * I modified it to suit my own purposes 29 | --------------------------------------------------------------------------------