-
Notifications
You must be signed in to change notification settings - Fork 4
Improve methods order #44
Copy link
Copy link
Open
Labels
enhancementNew feature or request. Issue will appear in the change log "Features"New feature or request. Issue will appear in the change log "Features"good first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request. Issue will appear in the change log "Features"New feature or request. Issue will appear in the change log "Features"good first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
No status
Description
The methods of a class should follow an ordering convention. Currently, all the methods are placed by either their usecase or just randomly in the class. The order should be like this:
Comment that mentioned this: #43 (comment)
Goals
The code is refactored and the methods are in a proper order.
Final result
Summary
To be filled when the final solution is sketched.
Tasks