Pattern
Dependency Type Divergence
dependency-type-divergence
Button may be clickable when it should be disabled in onButtonClick | Add a guard inside onButtonClick that returns early when the button should be disabled | after fetching data and displaying it on the screen. Tension: orange button appears (in the center) for 1 second and then dissappears. Outcome: Without check.