Branching
Everything on SkillVeris tagged Branching — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 3 libraries
Study Notes(6)
Conditional Logic with If and Switch
If and Switch are Power Fx's two branching functions, letting formulas return different values or take different actions depending on conditions.
Branching with BranchPythonOperator
Learn how to build conditional paths in a DAG using BranchPythonOperator, and how Airflow's trigger rules interact with skipped tasks.
Conditions and Branching
How the Condition and Switch actions let a flow evaluate expressions and branch execution down different paths.
Conditionals and Loops in Apex
Learn how Apex controls program flow with if/else branching, switch statements, and for/while loops, including the governor limits that shape how you write the…
Branching and Loops in sed
Learn how sed uses labels, unconditional branches, and conditional branches to build loops and control flow inside its scripting language.
Branching Strategies
Compare Git Flow, GitHub Flow, and trunk-based development to choose the right branching model for your team.