Skip to content

Commit ead8c5a

Browse files
fix variable name link
1 parent b7c174d commit ead8c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

07-durable-code.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Try to avoid using variable names that have no meaning like `tmp` or `x`, or `i`
192192
**More reading:**
193193

194194
- [R for Epidemiology - Coding best Practices](https://www.r4epi.com/chapters/best_practices/best_practices#object-variable-names) by @Cannell2021.
195-
- [Data Scientists: Your Variable Names Are Awful. Here’s How to Fix Them](https://towardsdatascience.com/data-scientists-your-variable-names-are-awful-heres-how-to-fix-them-89053d2855be) by @Koehrsen2019.
195+
- [Data Scientists: Your Variable Names Are Awful. Here’s How to Fix Them](https://willkoehrsen.github.io/data%20science/software%20engineering/data-scientists-your-variable-names-are-awful-heres-how-to-fix-them/) by @Koehrsen2019.
196196
- [Writing Variable — Informative, Descriptive & Elegant](https://medium.datadriveninvestor.com/writing-variable-informative-descriptive-elegant-1dd6f3f15db3) by @Hobert2018.
197197

198198
#### Follow a code style

book.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ @misc{Kostyuk2020
548548
@misc{Koehrsen2019,
549549
title = {Data {Scientists}: {Your} {Variable} {Names} {Are} {Awful}. {Here}’s {How} to {Fix} {Them}.},
550550
shorttitle = {Data {Scientists}},
551-
url = {https://towardsdatascience.com/data-scientists-your-variable-names-are-awful-heres-how-to-fix-them-89053d2855be},
551+
url = {https://willkoehrsen.github.io/data%20science/software%20engineering/data-scientists-your-variable-names-are-awful-heres-how-to-fix-them/},
552552
abstract = {A Simple Way to Greatly Improve Code Quality},
553553
language = {en},
554554
urldate = {2021-10-29},

0 commit comments

Comments
 (0)