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

code cleaning #22

Closed
kaxada opened this issue Jan 28, 2024 · 5 comments · Fixed by #26
Closed

code cleaning #22

kaxada opened this issue Jan 28, 2024 · 5 comments · Fixed by #26
Assignees
Labels
good first issue Good for newcomers

Comments

@kaxada
Copy link
Contributor

kaxada commented Jan 28, 2024

This issue is intended to clean up some aspects of the code. This issue focuses on;

  • removing all the redundant code that was commented out

  • commenting on the necessary comments

  • change the casing to match the following rules:

  1. Variables and functions: CamelCase
  2. Classes and constructors: PascalCase
  3. Filenames, constants, and environment variables: Snake_case
  4. HTML attributes and CSS class names: Kebab-case

While you are doing so, Please make sure your code never breaks in any way. Be sure to always be running the dev server

@kaxada kaxada added the good first issue Good for newcomers label Jan 28, 2024
@DesmondSanctity
Copy link
Contributor

@kaxada I'll work on this

@kaxada
Copy link
Contributor Author

kaxada commented Jan 28, 2024

@DesmondSanctity I'll assign it to you.

Sending up the local environment maybe challenging. (I hope it's not). Please let know when you get an issues.

And I hope it takes a week otherwise we may assume that you're not working on it and reassign it someone else

@DesmondSanctity
Copy link
Contributor

@DesmondSanctity I'll assign it to you.

Sending up the local environment maybe challenging. (I hope it's not). Please let know when you get an issues.

And I hope it takes a week otherwise we may assume that you're not working on it and reassign it someone else

Noted!!!

@jude-san
Copy link

Hi @kaxada looks like I am going to miss all the fun stuffs.

@kaxada
Copy link
Contributor Author

kaxada commented Jan 29, 2024

@jude-san please look through more open issues. you can also check out https://github.com/badging/Badging/issues

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

Successfully merging a pull request may close this issue.

3 participants