Skip to main content

Questions tagged [evidence-based]

1 vote
2 answers
262 views

What scientific/empirical evidence is there that the mental separation between (business) analysis and (technical) design in software development leads to better results than considering both together?...
T. Baum's user avatar
  • 19
18 votes
2 answers
2k views

Notwithstanding its popularity, is there any empirical evidence that shows that Dependency Injection (and/or using a DI container) helps with, say, reducing bug counts, improving maintainability, or ...
NMrt's user avatar
  • 487
-1 votes
1 answer
196 views

How would the following solution be implemented? Would you need to put this code in each library assembly or just in the main assembly that is determining whether it is safe to call the library ...
Richard Leyton's user avatar
12 votes
7 answers
2k views

The C2 wiki has a discussion of Empirical Evidence for Object-Oriented Programming that basically concludes there is none beyond appeal to authority. This was last edited in 2008. Discussion here ...
user avatar