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

Consistency on using and qualified access #2480

Merged
merged 4 commits into from
Mar 10, 2024

Conversation

laborg
Copy link
Contributor

@laborg laborg commented Mar 10, 2024

In this PR I tried to implement a consistent using approach. As can be seen, this requires qualified access for most things, with some exceptions (to not unnecessarily produce code churn).

My motivation for DocumenterEpub is that the code in HTMLWriter gets more readable/understandable (to me). This is of course a style question, so I can live with this being dropped.

@mortenpi mortenpi added Type: Maintenance Skip Changelog Allows the CHANGELOG.md check to pass without edit to the file. labels Mar 10, 2024
Copy link
Member

@mortenpi mortenpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm all in on fully qualified access. This looks like a terrific cleanup to me, thank you!

Is there anything else you'd like to add here, or is this good to go?

@mortenpi mortenpi changed the title RFC: Consistency on using and qualified access Consistency on using and qualified access Mar 10, 2024
@laborg
Copy link
Contributor Author

laborg commented Mar 10, 2024

No, thats good to go! Thanks for the quick approval.

@mortenpi mortenpi merged commit 346c622 into JuliaDocs:master Mar 10, 2024
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allows the CHANGELOG.md check to pass without edit to the file. Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants