Recap the Review Exercises and Solutions
00:00 You’ve come to the end of the smaller-scope review exercises. Before you get started on tackling the challenges, here’s a quick recap of what you’ve practiced so far. While tackling the exercises in this section, you’ve trained using Boolean comparators, logical operators, conditional logic, exception handling, loops, and control flow statements.
00:22 But more than just practicing these concepts, you’ve also trained to write code, and you’ve encountered some useful tips that can help you along the way.
00:31 You’ve used code comments to organize your thoughts. You broke exercises into smaller tasks—for example, when solving the logical operator exercises one piece at a time.
00:41 You’ve used descriptive variable names throughout, which helps with keeping track of what you’re doing. And you’ve tested your code repeatedly, first reasoning what you think it’ll do, then confirming whether it actually does what you expect it to do.
00:54 These are important skills to practice that’ll help you to tackle any coding challenge, and speaking about coding challenges, in the next lesson, you’ll start with a shorter challenge, and then you’re all set for the big final challenge of building a text-based role-playing game. So let’s role-play. I mean, let’s roll dice. Let’s go.
Become a Member to join the conversation.