Refine README.md for decision-making concepts

Updated formatting and terminology in the decision-making section.
pull/1889/head
Hiroshi Yoshioka 2 weeks ago committed by GitHub
parent 0be21c7d75
commit 79caebd6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,8 +42,15 @@ journey
```mermaid ```mermaid
mindmap mindmap
root((Decision Making)) root((Decision Making))
Operators
Comparison
"=== !== < > <= >="
Value relationships
Logical
"&& || !"
Combine conditions
Boolean Logic Boolean Logic
true/false true / false
Comparison results Comparison results
Logical expressions Logical expressions
Conditional Statements Conditional Statements
@ -56,16 +63,9 @@ mindmap
switch switch
Multiple options Multiple options
Clean structure Clean structure
Operators
Comparison
=== !== < > <= >=
Value relationships
Logical
&& || !
Combine conditions
Advanced Patterns Advanced Patterns
Ternary Ternary Operator
? : syntax "? : syntax"
Inline decisions Inline decisions
Complex Logic Complex Logic
Nested conditions Nested conditions

Loading…
Cancel
Save