From 6171d680d78736b997910953319f8c316257cfbc Mon Sep 17 00:00:00 2001 From: njlyon0 Date: Wed, 7 Feb 2024 15:05:21 -0500 Subject: [PATCH] Deleting an un-needed bullet point --- mod_reproducibility.qmd | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mod_reproducibility.qmd b/mod_reproducibility.qmd index 30ff5c5..fc43b20 100644 --- a/mod_reproducibility.qmd +++ b/mod_reproducibility.qmd @@ -124,12 +124,6 @@ It can be difficult to balance these two imperatives but short object names are Scripts are free to write regardless of the number of lines so do not feel as though there is a strict character limit you need to keep in mind. Cramped code is difficult to read and thus can be challenging to share with others or debug on your own. Inserting an empty line between coding lines can help break up sections of code and putting spaces before and after operators can make reading single lines much simpler. -**3. ** - - -- Indentation should be consistent about tabs vs. spaces - - ### Code Comments - Code should be thoroughly documented with comments