Created
November 20, 2015 23:31
-
-
Save MrNice/7551400a88da4f168881 to your computer and use it in GitHub Desktop.
How to work
This file contains hidden or 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
| function work(project) { | |
| project.setup(); | |
| while (not(project.finished)) { | |
| try { | |
| project.next(); | |
| } catch (unknown) { | |
| reality = think(unknown); | |
| mental-model = visualize(mental-domain-model, project.current-task); | |
| solution = search(difference(mental-model, reality)); | |
| project.debug(solution); | |
| } | |
| } | |
| project.moveTrelloCard(); | |
| } |
while (age < 65 && bankAccount < 25 * annualSpending) {
work(employer.GET(project))
}
throw baseballUncaught ReferenceError: baseball is not defined, did you mean baseball.js?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NO BREAKS FROM THE WORK LOOP -> NO ESCAPE UNTIL YOU ARE DONE