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

Move internal helper classes to new internal support namespace #1678

Merged

Conversation

caendesilva
Copy link
Member

By placing experimental or internal classes within a dedicated namespace like Hyde\Support\Internal, we make it clear to other developers that these classes are not part of the stable public API. It also allows us to organize our codebase more effectively, making it easier to maintain and evolve over time. It also gives us more freedom to create more helper classes like this, without increasing the maintenance burden.

By placing experimental or internal classes within a dedicated namespace like Hyde\Support\Internal, we make it clear to other developers that these classes are not part of the stable public API. It also allows us to organize our codebase more effectively, making it easier to maintain and evolve over time. It also gives us more freedom to create more helper classes like this, without increasing the maintenance burden.
@caendesilva caendesilva force-pushed the refactor-to-move-internal-code-to-internal-namespace branch from 2e041cf to 78e9b0d Compare April 25, 2024 17:06
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (ce03981) to head (78e9b0d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1678   +/-   ##
=========================================
  Coverage     99.97%   99.97%           
  Complexity     1743     1743           
=========================================
  Files           182      182           
  Lines          4669     4669           
=========================================
  Hits           4668     4668           
  Misses            1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caendesilva caendesilva marked this pull request as ready for review April 25, 2024 17:28
@caendesilva caendesilva merged commit e54c12c into master Apr 25, 2024
21 checks passed
@caendesilva caendesilva deleted the refactor-to-move-internal-code-to-internal-namespace branch April 25, 2024 17:28
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