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

JS best practices #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

JS best practices #4

wants to merge 3 commits into from

Conversation

Kel-nana
Copy link
Owner

@Kel-nana Kel-nana commented Mar 16, 2023

JS best practices

Copy link
Collaborator

@ab-noori ab-noori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Kel-nana ,

Good job so far!
There are some small issues, although they are not the requirements for this activity I think it is good practice to follow them. but you are almost there!

Almost there

Highlights

  • JavaScript best practices 👍
  • DRY, KISS, and YAGNI rules 👍
  • HTML & CSS best practices 👍
  • Linter set up well and checks pass 🟢
  • Branch name is descriptive 💯
  • GitHub flow followed 👌
  • .gitignore used to ignore unnecessary files 📁
  • Commit messages are meaningful 📝
  • PR description is descriptive 📝

Required Changes ♻️

  • [REQUIRED] It is good to keep all your modules inside your modules directory, I noticed that some of your modules are in SRC root. Just keep index files in the SRC root. 👇

image

  • [OPTIONAL] Go to your repository in the right corner you will find a sitting image icon. from there you can add:

    • A short description of your project as it exists in your readme file.
    • The demo link of your project as it exists in your readme file.
    • Some topic labels.

👉------------------------------------------------------------------------------------------👇

image

@Kel-nana
Copy link
Owner Author

Changes Implementation

  • Move all files to src/modules apart from index.js implemented .
  • Addition of short description
    IMAGE
    image

@Kel-nana Kel-nana requested a review from ab-noori March 17, 2023 10:01
Copy link
Collaborator

@ab-noori ab-noori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Status: Approved ✔️

Hi @Kel-nana, 👋

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

clap

Highlights

  • Amazing work you have done so far 👍
  • Great implementation of all the requirements requested in the previous review ✔

Cheers and Happy coding!👏👏👏

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

Successfully merging this pull request may close these issues.

2 participants