CodeIN-Community-Website
CodeIN-Community-Website copied to clipboard
[FEATURE] Enhancement: Improve Code Quality and Performance
Description
The current codebase contains duplicated code, lacks consistent error handling, and could benefit from performance optimizations.
As a participant of GSSoC (GirlScript Summer of Code), I'm interested in taking on this issue to contribute to the project's improvement. I believe that addressing these areas for improvement will enhance the code quality and performance of the project, benefiting both the project and its users.
I'm open to feedback and guidance from project maintainers and fellow contributors throughout the process. Looking forward to working on this enhancement!
Screenshots
No response
@thevijayshankersharma Go for it.
@SauravMukherjee44 could you add levels ?
@SauravMukherjee44 I have updated the code in my github account check that. Changes I made Refactor code to improve readability and maintainability
- Utilize async/await for fetching data from the GitHub API
- Replace nullish coalescing operator for handling null or undefined data
- Simplify code by removing duplicated logic
- Remove redundant comments and console.log statements
- Improve formatting and indentation for better code organization
Should I raise pull request now ?
@SauravMukherjee44 Hey I have raised the PR check it out.