Skip to content

Coding standards

Lars Vilhuber edited this page Oct 21, 2018 · 1 revision

Numbering

  • Use numbered programs, identifying the sequence
01_do_this.sas
02_do_that.do
03_do_graph.R
  • NEVER omit the number

Documentation

  • use copious comments, using whatever system works, to describe what you intend to do, and how you do it
    • in-line comments
    • external (Rmd) documents
Clone this wiki locally