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

refactor: order functions by visibility (public, internal, private) #668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CaptainLEVI-XXX
Copy link

Refactor Function Ordering by Visibility Modifiers

Description

This PR addresses one of the goals outlined in issue #653

  • Reorganization of functions according to visibility modifiers (Move internal functions up, private functions down)

Changes Made

  • Refactored function ordering in contracts to follow a consistent pattern:
    • Public->internal->private
  • Maintained functionality without changing any function signatures or behavior

Testing

  • All existing tests continue to pass
  • No functional changes were made, only code organization improvements

@CaptainLEVI-XXX
Copy link
Author

Hey @zerosnacks, I've addressed one of the goals mentioned in issue 653. Would you mind reviewing this PR when you have a chance? Thank you!

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.

1 participant