Change: Refactor the App functions ahead of release #343
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#343
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
The Hazaar framework currently uses the term
Application
in function names related to userland apps, such asHazaar\Loader::getApplicationPath()
. A new naming convention has been adopted whereApp
is used to represent userland application code, andApplication
is used exclusively for the framework namespace (Hazaar\Application
). This leads to a mismatch between the conceptual separation and the function naming.Who will benefit?
Benefits and risks
Benefits:
App
vsApplication
namespace convention.Risks:
Proposed solution
Application
in their name but operate on userland code.App
instead. Example:getApplicationPath()
→getAppPath()
setApplicationNamespace()
→setAppNamespace()
Examples
None required.
Priority/Severity
created branch
343-change-refactor-the-hazaar-application-namespace-to-hazaar-app-ahead-of-release
to address this issuementioned in merge request !232
changed title from
Change: Refactor the Hazaar\Application namespace to Hazaar\App ahead of release
toChange: Refactor the App functions ahead of release
changed the description
mentioned in commit
5abcaf3fb1