Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tidyverse style guide #8

Open
ablaette opened this issue Feb 7, 2023 · 0 comments
Open

Use tidyverse style guide #8

ablaette opened this issue Feb 7, 2023 · 0 comments

Comments

@ablaette
Copy link

ablaette commented Feb 7, 2023

To facilitate joint work on the code, we should agree on an established style guide. The tidyverse is an obvious option https://style.tidyverse.org/syntax.html

This is taken from the tidyverse style guide.

# Good
do_something_very_complicated(
  something = "that",
  requires = many,
  arguments = "some of which may be long"
)

# Bad
do_something_very_complicated("that", requires, many, arguments,
                              "some of which may be long"
                              )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant