Skip to content

Commit

Permalink
Deleting an un-needed bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Feb 7, 2024
1 parent 088ea58 commit 6171d68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mod_reproducibility.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6171d68

Please sign in to comment.