Skip to content
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

Subject: Lack of Const Usage Causing Repeated Rebuilds #280

Open
kareemabdeen opened this issue Feb 28, 2024 · 2 comments
Open

Subject: Lack of Const Usage Causing Repeated Rebuilds #280

kareemabdeen opened this issue Feb 28, 2024 · 2 comments

Comments

@kareemabdeen
Copy link
Contributor

kareemabdeen commented Feb 28, 2024

Issue with current documentation:

Noticed a recurring issue where participants overlook the use of 'const,' resulting in frequent rebuilds. To address this, propose adding the following guideline to the documentation:

Solution: Update the contribution guidelines to include the following lines in the settings.json file of the main project:

"editor.codeActionsOnSave": {
"source.fixAll": true
}
This configuration will enable Visual Studio Code to automatically handle the 'const' issue each time a contributor saves changes or adds new widgets.

@kareemabdeen kareemabdeen changed the title DOC: noticed while I took an overview of the project that many participants forget to add a const, which leads to the rebuild many times and needed to be handle it manually to handle this issue it every time. Subject: Lack of Const Usage Causing Repeated Rebuilds Feb 28, 2024
@kareemabdeen
Copy link
Contributor Author

@chandansgowda , I hope this helps our project to be performed well ❤

@c-o-d-e-y-o-d-a
Copy link

Hi! I'd like to work on this issue. Can you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants