Up and Running with Git Transcripts
Chapter: Teamwork: Branches
Lecture: Oh no! A bug report on version 1.0

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Oh no, we've got a bug report some apparently users who were using version one
0:07 of rock paper scissors. If they enter some kind of value outside the range, you know when you run it here,
0:13 it says available roles. Well what do you want to do? 12345? It turns out that if we put say six, He says sorry, that's out of bounds.
0:23 But that bug was discovered and fixed somewhere later. Not in 1.0, but you know like Somewhere between 1.0 and 2.0.
0:33 We've already changed our app. We have now five way rock paper scissors. The people who have the other one,
0:38 they don't want five way rock paper scissors. They just want their version of three way rock paper scissors to not crash.
0:46 If somebody types of four instead of a 123 or something like that. So what do we do? We're going to need to read a branch to fix this problem right?


Talk Python's Mastodon Michael Kennedy's Mastodon