Let the dog tell you, the horse is called Source Code

Rusty 2022-04-19 09:01:15

bool bomberFound = false;
while(!bomberFound)
{
Ducks.Quack();
christina.Say("I took your advice...",this);
someWoman.SpayCoke(this,Shoes);
clerk.CheckTicket(this);

bool findBomberResult = FindBomber();
if(findBomberResult)
{
bomberFound = true;
return;
}
Boom();
}

The entire movie maps the multiple iteration model of Extreme Programming.
Customer demand: Find the Bomber
will proceed to the next iteration as long as the Bomber is not found. The demand is satisfied, the software company (Bellinger) is still there, but the programmers have been fooled~

View more about Source Code reviews

Extended Reading

Source Code quotes

  • Colter Stevens: The explosion came from behind me.

  • Colter Stevens: You seem concerned about the time. What are you late for?

    Max Denoff: I'm on my way to an asshole festival. I hear you're headlining.

    Colter Stevens: Oh, that's funny. What are you, a comedian?

    Christina Warren: Yeah. He is a comedian.