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

Make some util methods private #331

Closed
wtbarnes opened this issue Oct 1, 2024 · 0 comments · Fixed by #332
Closed

Make some util methods private #331

wtbarnes opened this issue Oct 1, 2024 · 0 comments · Fixed by #332

Comments

@wtbarnes
Copy link
Owner

wtbarnes commented Oct 1, 2024

There are a number of functions in fiasco.util that need not be part of the public API as they are only used within one or two functions, also within fiasco.util, and have limited usefulness outside of those functions. These include:

These should be removed from the top-level fiasco.util namespace as well as prepended with a _ to denote them as private functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant