Glossary coding Term Page
Branch
the alternate path created by an `if` statement
Core Idea
Branch is the alternate path created by an if statement. It usually makes the most sense alongside Condition expression, Loop, Infinite loop.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.