mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[FEATURE] improve the naming of variables #162
Reference in New Issue
Block a user
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?
Originally created by @haru02w on GitHub (Jul 31, 2023).
Detailed description
The variable names used in
sorting/merge_sort.cis really confusing. Please, use more useful names:int *aux_arrayinstead ofint *bContext
Sorry, I cannot understand what the code is doing
Possible implementation
No response
Additional information
No response
@realstealthninja commented on GitHub (Aug 3, 2023):
This seems like a very reasonable request and should be handled at review time to ensure no code with unintelligible variable name can get through.
as for ore-existing code we must refactor them if you want to you could start on it.
or point out some of the ones that need immediate attention and are very critical
@BamaCharanChhandogi commented on GitHub (Aug 3, 2023):
Hey, I can contribute. Can you assign me?
@alexpantyukhin commented on GitHub (Aug 6, 2023):
@BamaCharanChhandogi You are free to make a PR and link the issue on the PR. No need to assign for that.
@BamaCharanChhandogi commented on GitHub (Aug 6, 2023):
Hey, @alexpantyukhin check #1294 PR
@dotdot0 commented on GitHub (Aug 29, 2023):
Is this issue still open??
@github-actions[bot] commented on GitHub (Sep 29, 2023):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@github-actions[bot] commented on GitHub (Oct 7, 2023):
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!