From f5ba7ab30d49a1a0dbaa948112e63c7178b8e732 Mon Sep 17 00:00:00 2001 From: edward-burn Date: Fri, 28 Feb 2025 11:35:49 +0000 Subject: [PATCH] fix title --- onboarding/code_review.qmd | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/onboarding/code_review.qmd b/onboarding/code_review.qmd index a7868fd..f2d8ead 100644 --- a/onboarding/code_review.qmd +++ b/onboarding/code_review.qmd @@ -1,6 +1,4 @@ -# Code Review {#sec-code_review} - -# Code Review – Checklist +# Code review for network studies {#sec-code_review} ## Study code organisation @@ -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.