Slide 14
Slide 14 text
Big Teaser.
A cockroach in the specs.
After a grueling four hours of writing tests for PunchStopper, a new
crowdsourcing application, Mirabel decides to implement the features.
Fortunately, the first test passes but the application vomits errors in the bash
terminal. Mirabel does some investigating and arrives at the following
premises:
- If the code on line 115 is wrong then the code on line 245 is wrong too.
- The code on line 67 is wrong or the code on line 245 is correct but the
first test will fail if the code on line 67 is wrong.
- The first test passed.
By applying the rules of inference,can you arrive at a conclusion?