Skip to content

Debugging vocabulary - #223

Open
Darin-Hamouda wants to merge 4 commits into
mainfrom
debugvocab
Open

Debugging vocabulary#223
Darin-Hamouda wants to merge 4 commits into
mainfrom
debugvocab

Conversation

@Darin-Hamouda

Copy link
Copy Markdown
Contributor

Checklists

General Checks

  • the branch is up to date with main/master
  • the code works when pulled and run locally
  • All CI checks pass
  • all conflicts are resolved (if any)
  • PR has a descriptive title
  • PR has appropriate labels and milestones for easy identification
  • PR it is assigned to the owner
  • reviewers are assigned
  • the PR contributes only one focused change
  • It is in the appropriate column in the project board (if necessary)
  • has short and clear description
  • is linked to an issue (if it is related)
  • feedback is addressed (if any and if it is appropriate feedback.)

Markdown

  • the markdown source is formatted
  • spelling and grammar is correct in all text
  • The markdown looks correct when you preview the file
  • all links and images work
  • any embedded code snippets are formatted

@@ -0,0 +1,29 @@
# Detect Caps Lock Is On

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You made a new branch from your caps lock branch.
Please fix with git checkout origin/master -- snippets/javascript/caps-lock-on.md

In the future you should always first checkout main and git pull before starting work on a new branch to prevent this issue.

@@ -0,0 +1,41 @@
# Some Debugging Terminology

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hey, @Darin-Hamouda. This is al correct but has little to do with debugging web applications(except the debugger part). All the other terms have to do with operating systems and are not that interesting for this course. You could try to find some other terms that are more focused on web apps and consider removing the ones that are less useful?

@gelilaa gelilaa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Darin-Hamouda can you please make the changes according to @arnochauveau suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants