Tag Archives: code review

SciLint

I’m considering sneaking syntax checking into the scientific code review process I’ve been running this quarter. Here are some resources:

PyLint: http://www.pylint.org/
RLint: https://code.google.com/p/google-rlint/ or http://cran.r-project.org/web/packages/lint/index.html
Stata Lint: http://www.stata.com/statalist/archive/2009-08/msg01048.html http://www.stata.com/help.cgi?syntax http://www.stata.com/help.cgi?language

Comments Off on SciLint

Filed under software engineering

Code review in the sciences

Software Carpentry has been doing a very interesting project on incorporating code review into the scientific process. The results of the first attempt are here, and the announcement of the second round is here. Maybe you will participate.

Comments Off on Code review in the sciences

Filed under software engineering