From the course: Agile Software Development: Pair and Mob Programming

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Scenario: Bug fixing

Scenario: Bug fixing

From the course: Agile Software Development: Pair and Mob Programming

Start my 1-month free trial

Scenario: Bug fixing

- Let's move around the app and make sure everything looks good. I'm going to let you drive, actually, so go ahead and take the mouse, and click around, and just explore. - Okay, and which one of these, what should I click on? - Oh, maybe State Treasurer. - State Treasurer, let's see. Uh oh. - Hmm, I don't like how it looks. What do you think? - Yeah, we added that picture, but there's no picture here. Do you think, like, it's bug or what, what's wrong with this? - Good question. I am assuming that it's because we, in the database, we don't have a photo URL for this person. And therefore, remember when we're looking at the code, there was a ternary switch. And in the case where that's no photo URL, it just says no which means there's no photo. But I feel like I would like the name to line up. So, how should we fix this? - Well, we would have to put something here to get this name to move over. I would call it a placeholder. - Okay, yeah, let's try that. - Yeah. - So let's see. Let's…

Contents