-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(utils): distribute color, numbers, strings and other group of functions into separate util files from misc.ts (sanidhyas3s) #5254
Conversation
also renamed some functions for clarity for monkeytypegame#5187
add docstring to the functions in `utils/numbers` also, move `getDiscordAvatarUrl` back into misc because it was causing mt to not open somehow for monkeytypegame#5187
…d docstring for them for monkeytypegame#5187
… & add docstrings for monkeytypegame#5187
This PR is stale. Please trigger a re-run of the PR check action. |
Could you have a look at the merge conflicts please? |
Sure, on it! |
@Miodec Done I guess, was mostly new uses of functions I shifted and some files being deleted in which I refactored for the shifted functions. |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/8527459287 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good so far, just a few minor tweaks.
Great, will check the reviews after a couple of hours, once I am free from classes |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/8544395331 |
1 similar comment
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/8544395331 |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/8544533690 |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. https://github.com/monkeytypegame/monkeytype/actions/runs/8544569070 |
Description
Big ol' refactoring
misc.ts
Checks
_list.json
,_groups.json
and addlanguages.json
?Closes #5187 (Not yet)