Questions tagged [evidence-based]
The evidence-based tag has no summary.
7 questions
1 vote
2 answers
262 views
What empirical evidence is there that the separation between analysis and design leads to better results than mixing them?
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?...
18 votes
2 answers
2k views
Is there evidence that the use of dependency injection improves outcomes in software engineering?
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 ...
-1 votes
1 answer
196 views
How to verify that library assemblies originate from a given Web site?
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 ...
12 votes
7 answers
2k views
Empirical evidence for choice of programming paradigm to address a problem
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 ...