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

fix: corrected file names according to the class they contain #10

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

julianramirez2
Copy link
Contributor

@julianramirez2 julianramirez2 commented Jun 26, 2023

Description

The file names have been changed to match the name of the containing class in order to avoid errors when invoking the classes and to ensure proper use of namespaces. This will have an impact on developers in terms of adhering to good coding practices in the plugin's code.

Additional information

All the "require" statements that invoked classes using the old file names have been replaced to use the new names, ensuring that there are no errors in the code flow.

Checklist for Merge

  • Tested in a remote environment
  • Rebased master/main
  • Squashed commits

@MaferMazu MaferMazu self-requested a review June 26, 2023 20:23
Copy link
Contributor

@MaferMazu MaferMazu left a comment

Choose a reason for hiding this comment

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

Looks good to me

@julianramirez2 julianramirez2 merged commit 6bd562c into main Jun 28, 2023
@felipemontoya felipemontoya deleted the files-name-fix branch March 21, 2024 17:31
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.

2 participants