You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global Variable Removed
The unnecessary global variable that existed in the rsvp_sorting_orderby function has been removed. This cleanup will make the function less complex and easier to understand.
Return Statement Simplified
In the rsvp_sorting_orderby function, the statement used to indicate the calculation result that should be 'returned' or 'given back' has been simplified. This will make its use and intention clear to improve maintainability.
Commented-Out Code Removed
The previously commented-out instructions in the venue_sorting_orderby function have been removed. These are codes that were not being used but were kept for possible future reference. Their removal will keep the code clean and focused, reducing any confusion arising from unused code.
Simplified Venue Sorting Clause
The venue_sorting_orderby function is now directly giving back the sorting instruction related to venue names. This enhances readability by avoiding an indirect way of specifying this instruction. The code is now straightforward in sorting venues based on their names, thus improving comprehension.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: