From 1d3b832a32575c43c420d1dc57d216d1c667741f Mon Sep 17 00:00:00 2001 From: Martin Monkman Date: Tue, 8 Oct 2019 18:45:44 -0700 Subject: [PATCH] Update 03_data_science_practice.Rmd --- 03_data_science_practice.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/03_data_science_practice.Rmd b/03_data_science_practice.Rmd index e560032..4bbabd2 100644 --- a/03_data_science_practice.Rmd +++ b/03_data_science_practice.Rmd @@ -313,6 +313,8 @@ Daniel Falster, Richard G FitzJohn, Matthew W. Pennell, William K. Cornwell (201 ## Coding practice +

Why writing readable code matters:

It’s like the turn signals in your car: Even though you (the driver) might know where you’re going, you still need to make your intentions clear to everyone else around you.#DevDiscuss https://t.co/5GKrYaEz41

— Olivia Liddell (/@oliravi) October 9, 2019
+ [Coding etiquette](https://ourcodingclub.github.io/2017/04/25/etiquette.html), a guide to writing clear, informative and easy-to-use #RStats code by /@/CodingClub