Skip to content

Commit

Permalink
Update principles.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>
  • Loading branch information
2 people authored and chartgerink committed May 6, 2024
1 parent 30550b9 commit b6b61c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion principles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To maximize agility, we recommend also adopting the lean principle in which the

The sustainability of open source software (OSS) projects increases with the number of developers who understand the code base enough to make contributions. While there is always a need for a single official maintainer, we will aim at decentralizing code ownership as much as possible, using a series of practices:

- Avoid siloed code base: have team members move across different projects
- Avoid siloed codebase: have team members move across different projects
- Aim for code clarity by following [coding standards established by Rstudio](https://style.tidyverse.org/); consider using static code analysis *e.g.* [lintr](https://github.com/r-lib/lintr) or [styler](https://styler.r-lib.org/) to ensure adherence with standards
- Use modular, reusable code, with small, well-documented functions having a clear purpose
- Use canonical, widely used data structures and tools where possible
Expand Down

0 comments on commit b6b61c2

Please sign in to comment.