Created
November 9, 2015 00:24
-
-
Save pdougall1/a8b1206758aab172509c to your computer and use it in GitHub Desktop.
refactoring flow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╔═════════════════╗ ┌─────┐ ╔═══════════════════╗ | |
║ ║ │ YES │ ║ Make the intended ║ | |
───────▶║ Is it open? ╠──┴─────┴──────▶║ change. ║ | |
▲ ║ ║ ▲ ║ ║ | |
│ ╚═════════╦═══════╝ │ ╚═══════════════════╝ | |
│ │ │ | |
│ ┌────┤ │ | |
│ │ NO │ │ | |
│ └────┤ │ | |
│ │ │ | |
│ ▼ │ | |
│ ╔═════════════════╗ │ | |
│ ║ ║ ┌─────┐ │ | |
│ ║ Can I make it ║ │ YES │ │ | |
│ ║ open? ╠──┴─────┴──▶ | |
│ ║ ║ | |
│ ╚═════════╦═══════╝ | |
│ │ | |
│ ┌────┤ | |
│ │ NO │ | |
│ └────┤ | |
│ │ | |
│ ▼ | |
│ ╔═════════════════╗ | |
│ ║ ║ | |
│◀──────╣Fix the easy sin.║ | |
║ ║ | |
║ ║ | |
╚═════════════════╝ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment