Skip to content

Instantly share code, notes, and snippets.

@kliph
Created March 12, 2023 14:47
Show Gist options
  • Save kliph/ce0a998996676709e030010977fceeb0 to your computer and use it in GitHub Desktop.
Save kliph/ce0a998996676709e030010977fceeb0 to your computer and use it in GitHub Desktop.
Fixes that fail
graph
    subgraph Fixes that Fail
        C -- s --> A
        B -- Delay --> C((Unintended Consequences))
        subgraph B1
            A((Problem Symptom)) -- s --> B((Fix))
            B -- o --> A
        end
    end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment