Questions tagged [case-studies]
7 questions
186
votes
9 answers
Has "Not everyone can be a programmer" been studied?
An old adage that many programmers stick to is "It takes a certain type of mind to learn programming, and not everyone can do it."
Now I'm sure that we all have our own trove of anecdotal evidence, but has this been studied scientifically?

System Down
- 4,743
- 3
- 24
- 35
33
votes
10 answers
Why do so few large websites run a Microsoft stack?
Off the top of my head, I can think of a handful of large sites which utilize the Microsoft stack
Microsoft.com
Dell
MySpace
PlentyOfFish
StackOverflow
Hotmail, Bing, WindowsLive
However, based on observation, nearly all of the top 500 sites seem…

realworldcoder
- 1,690
- 1
- 11
- 16
15
votes
2 answers
Have there been studies on the effectiveness of OOP in managing software complexity?
OOP is often regarded as an effective strategy of managing complexity in software, as opposed to non-OOP procedural programming.
Have there been any studies testing this notion? Is it proven that OOP often helps manage complexity in large projects?

Aviv Cohn
- 21,190
- 31
- 118
- 178
13
votes
6 answers
Is there a case study that convincingly demonstrates that clean code improved development?
I'm in my first real job as programmer and what I see is just the "Big Ball of Mud" code (without useful comments too), but I like to do clean code, and it's really hard for me to code in a worse way.
I'm searching for some study case where the…

Renato Dinhani
- 2,885
- 2
- 17
- 18
6
votes
3 answers
Case studies for successful service (project) based software development businesses without constant overtime from its employees
I work for an IT company that is primarily services (project) based rather than product based. All software engineers are salaried. The company has set new expectations that everyone should work 48 hours per week instead of 40.
Note, this isn't…

Ryan Taylor
- 1,026
- 1
- 9
- 14
4
votes
1 answer
Studies of open source software adoption
I'm not 100% sure this is approriate here, but I figure the area of study is particular to programmers, since it's open source software. If it's better posted somewhere else then please say so and I will post it there.
Can anybody point me in the…

Andy Hunt
- 5,996
- 1
- 33
- 56
3
votes
1 answer
Studies on breakdown of various costs associated with a Software project
I am looking for links and advice on studies done on the breakdown of costs associated with Software development.
In particular I am looking on what percentage of effort is testing vs programming, and how it changed with team sizes, duration of…

agiliq
- 131
- 1