Skip to content

Commit 634f13a

Browse files
author
martiki9
committed
fix stub
1 parent 00839b6 commit 634f13a

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

white-paper/benefits.qmd

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Benefits
2+
3+
## Introduction
4+
5+
Statistical programmers in the pharmaceutical industry operate in a highly regulated environment where validated, reproducible analysis is paramount. For several years, the standard workflow has revolved around statistical computing environments managed through shared network drives, strict naming conventions, and manual version control practices (saving files with incremental version numbers or descriptive suffixes before archiving) or with regular server backups. These habits, while informal, have been deeply embedded in day-to-day practice and have served as the de facto audit trail in many organizations.
6+
7+
Introducing Git into this context presents a unique set of challenges that go beyond mere tool adoption. It relies on notions such as sub-branches linked to a main branch, commits, remote repositories and merges, that can be difficult to adopt for teams used to work in other environments. The learning curve can be difficult and requires to embrace a more collaborative and transparent workflow.
8+
9+
Furthermore, the regulatory framework of the pharmaceutical industry is strict. Any change management system touching analysis code or submission-relevant outputs must be set in a GxP environment. Git must be used in a way that ensures theses compliances (traceability, audit, etc).
10+
11+
Organizational culture also plays a significant role. Statistical programmers often work independently or in small teams with well-established personal workflows. Moving to a Git focused workflow requires not only technical training, but to being open to new mindsets and ways of working.
12+
13+
## Benefits of Git for statistical programmers
14+
15+
One important lesson from companies that have already experienced the transition to using Git is that, because Git can be a challenging technology to adopt at first, it can be easy to lose sight as to why this change is being made.
16+
17+
To combat this difficulty, we recommend highlighting early and often the benefits of adopting Git in practice. These are covered in more detail in the chapter
18+
19+
## Prepare basic documentation
20+
21+
::: callout-caution
22+
*Git documentation online can be realy long and complex. Write down the basics at firs (main, sub-branches, commits, push, pull request, merge).*
23+
:::
24+
25+
## Introduce tools
26+
27+
::: callout-caution
28+
*Do not talk a lot about in line Git commands and show one or two software that can help (GitHub Desktop, VSCode, etc). Give command line equivalent to each actions (commit, push, etc).*
29+
*For VSCode, since a lot of people are using SAS, RStudio or Positron, explain how to use it only for Git (or how to switch).*
30+
:::
31+
32+
## Make people use Git as a training
33+
34+
::: callout-caution
35+
*Do not demonstrate, make people use Git with small examples: make an update on a file, review a PR, read commit history, etc.*
36+
:::
37+
38+
39+
140
#Benefits
241

342
## Introduction

0 commit comments

Comments
 (0)