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

Consistently use dot prefix for internal functions #369

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Conversation

joshwlambert
Copy link
Member

This PR addresses #344 by adding a dot prefix (.<func>()) to internal functions that previously did not use one. This is to improve the consistency and standardisation of the {epiparameter} API. The single internal functions that does not follow this style, new_epiparameter(), has been explained in the design_principles.Rmd vignette.

This should not be a breaking change as all changes affect non-user-facing functions.

@joshwlambert joshwlambert added the internal Updates that only change internal functions label Aug 14, 2024
@joshwlambert joshwlambert merged commit f4ba92a into main Aug 14, 2024
7 of 8 checks passed
@joshwlambert joshwlambert deleted the dot-prefix branch August 14, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Updates that only change internal functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant