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
  • Liliane 2022-03-25 09:01:05

    Four and a half stars. A simple and straightforward 1 hour and a half, 1 set of theory, 1 love, 1 endless suspense, and N parallel universes that do not distinguish between the main and the deputy, and it does not matter who controls whom. The theory is not complete, but the logic is flawless. The idea is not shocking, but it continues the excellent portrayal of "Moon" in terms of characters and emotions. I thought that the kiss had brought a bad ending, but in fact it was not for love, but meant to break fate and complete the theoretical model.

  • Noel 2022-03-25 09:01:05

    Three and a half. In the middle, it was hoped that people could expect more, but the more you develop later, the more you feel that you are repeating some of the paths that the predecessors have walked. However, Duncan is good at creating a state of existence for a certain person in a repressive environment. This advantage is preserved, which is considered as touching, but unfortunately it is limited to this.

Source Code quotes

  • Colter Stevens: I'm asking you to have the decency to let me try.

  • [first lines]

    Christina Warren: I took your advice. It was good advice, thank you.