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

Loading…
Cancel
Save