hbs-rcs / Top_10_Scripting_Tips

Helpful guidance for those who script and may not be aware of good programming practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top 10 Scripting Tips

Helpful guidance for those who script and may not be aware of good programming practices

10 Things to Do as a Scripter, novice or well-seasoned

(DRAFT! DRAFT! DRAFT! And not in any order yet. Let's crowdsource and then slim down to best 10!)

  1. Write code in small, re-runnable, re-usable chunks
  2. Try to use workflow techniques by chaining together your small pieces of code
  3. If data collection / analysis is prolonged, write out data in small, easy-to-digest chunks
  4. Use Version Control! Really! Use it!
  5. Comment your code
  6. Use sound programming practices around variable & function naming
  7. Pay attention to and read carefully any error messages
  8. Use good data management & reproducibility practices from the start
  9. x
  10. y
  11. z
  12. y
  13. x
  14. w
  15. v
  16. u

About

Helpful guidance for those who script and may not be aware of good programming practices

License:BSD 3-Clause "New" or "Revised" License