Codebase update to PSR12 coding standard #272
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#272
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?
Summary
The current codebase in DABOM follows an inconsistent coding style, making it challenging to read, understand, and maintain the code. To improve code quality, readability, and maintainability, it is proposed to refactor the entire codebase to adhere to a new coding standard, specifically PSR-12.
Area of the system
The change will impact the entire codebase of the DABOM application.
How does this currently work?
Currently, the codebase does not follow a consistent coding standard. Coding styles, naming conventions, and formatting vary across different sections of the codebase, making it harder for developers to work together and understand the code.
What is the desired way of working?
The desired way of working involves the following changes:
Priority/Severity
assigned to @jamie
Completed as part of the library re-integration.