Bugs Quote by Edsger Dijkstra
“In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included.”
About This Quote
Highlights the shift from experimental replication to code sharing, implying that modern science often propagates software bugs as readily as data.
In simple terms: From reproducing experiments to sharing code, including errors.
Shared code spreads both insight and bugs.
Themes
Mood
Type
When to use this quote
- academic research labs
- software development teams
- data science projects
- physics collaborations
Key Concepts
Practical Applications
- audit and test shared code
- implement version control and CI pipelines
Questions to Reflect On
- How can we ensure shared code is reliable?
- What practices mitigate bug diffusion?
While code sharing accelerates progress, it also necessitates rigorous validation to prevent systemic errors.