-
-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating content of if statements approach
- Loading branch information
1 parent
173ce32
commit 521160b
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / Lint Markdown filesTrailing spaces
|
||
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. | ||
|