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

N-06 Explicit imports #424

Merged
merged 3 commits into from
May 28, 2024
Merged

N-06 Explicit imports #424

merged 3 commits into from
May 28, 2024

Conversation

DanielVF
Copy link
Contributor

OZ Says

The use of non-explicit imports in the codebase can decrease code clarity and may create naming conflicts between locally defined and imported variables. This is particularly relevant when multiple contracts exist within the same Solidity file or when inheritance chains are long.

Throughout the codebase, global imports are being used:

Changes

Made explicit imports for these three.

@DanielVF DanielVF merged commit 532f529 into master May 28, 2024
4 checks passed
@DanielVF DanielVF deleted the DanielVF/n-06-imports branch May 28, 2024 22:07
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

Successfully merging this pull request may close these issues.

3 participants