Skip to content

Commit

Permalink
Updating content of if statements approach
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Dec 26, 2024
1 parent 173ce32 commit 521160b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ This approach simplifies the main method `hey` by breaking down each response co
### Order of Checks

The order of checks within `hey` is important:

Check failure on line 61 in exercises/practice/bob/.approaches/if-statements/content.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Trailing spaces

exercises/practice/bob/.approaches/if-statements/content.md:61:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md009.md
1. Silence is evaluated first, as it requires an immediate response.
2. Shouted questions take precedence over individual checks for shouting and questioning.
3. Shouting comes next, requiring its response if not combined with a question.
Expand Down

0 comments on commit 521160b

Please sign in to comment.