Class method names update to camelCase. #209
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
In Hazaar 2.0, most class methods use camelCase naming conventions. However, the
Hazaar\File
group of classes deviated from this convention by using underscores in method names to maintain consistency with PHP's built-in file access functions. This inconsistency makes the API less uniform and deviates from standard Hazaar naming conventions.With the transition to Hazaar 3.0, this is an opportunity to correct the naming scheme and align
Hazaar\File
methods with the rest of the framework by converting them to camelCase.Who will benefit?
Hazaar\File
classes for file operations.Benefits and risks
Benefits
Hazaar\File
methods with standard Hazaar coding conventions.Risks
Hazaar\File
.Proposed solution
Hazaar\File
methods using underscores to their camelCase equivalents.Priority/Severity
created branch
209-class-method-names-update-to-camelcase
to address this issuementioned in merge request !218
changed the description
mentioned in commit
0f9f5de91e