Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Feb 28, 2025
1 parent 385b93f commit f5ba7ab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions onboarding/code_review.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Code Review {#sec-code_review}

# Code Review – Checklist
# Code review for network studies {#sec-code_review}

## Study code organisation

Expand Down Expand Up @@ -62,10 +60,10 @@
Ensure that no warning messages appear when running the code. If any do, address them to improve the reliability of the analysis.

- **Check whether any code is repeated unnecessarily or could be simplified**\
Check for repetitive code that can be simplified
Check for repetitive code that can be simplified

- **Review the SQL that gets executed for any obvious inefficiencies**\
Check the SQL queries executed by the study to identify any potential inefficiencies.
Check the SQL queries executed by the study to identify any potential inefficiencies.

- **Review the renv lock - can any packages be removed?**\
Inspect the `renv` lock file to ensure that only necessary packages are included.
Expand Down

0 comments on commit f5ba7ab

Please sign in to comment.