Software development for scientists
posted Fri 7 Jan 2011 by Michael Galloy under HPCZeeya Merali makes an excellent point in her recent article for Nature Why Scientific Computing Does Not Compute.” (Nature, 467, 775; October 14, 2010) :
As a general rule, researchers do not test or document their programs rigorously, and they rarely release their codes, making it almost impossible to reproduce and verify published results generated by scientific software, say computer scientists. At best, poorly written programs cause researchers such as Harry to waste valuable time and energy. But the coding problems can sometimes cause substantial harm, and have forced some scientists to retract papers.
Her suggestions make a lot of sense, though I know plenty of code gets written that does not follow them:
- use a version control system
- track your materials, i.e., exactly what software and data were used to produce a given result
- write testable software
- test the software
- share the software
It is clear that scientists need more training/advice on software than they currently receive. The online Software Carpentry course and materials were also mentioned as a model for solving this problem.
Link via Bruce Berriman’s Astronomy Computing Today site.
November 20th, 2012 at 9:01 am
[…] I noticed the list of authors includes Greg Wilson from Software Carpentry, who I’ve mentioned before. […]