oicr-gsi / robust-paper

Ten Simple Rules for Making Research Software More Robust. Manuscript is published at PLoS Computational Biology. Feedback is welcome!
https://doi.org/10.1371/journal.pcbi.1005412
MIT License
12 stars 0 forks source link

Reorganizing "print usage" and "configurability". #42

Closed gvwilson closed 7 years ago

gvwilson commented 7 years ago
  1. Combining requirement to log actions with requirement to print usage.
  2. Moving configurability to immediately follow command-line usage requirement.

Closes #30.

Closes #35.

Closes #39.