Knowledge test
In this section, you can test your knowledge of what you have learned in this book. We combined some topics and questions; your job is to identify the correct answer. After the quiz, you will find the answers with signposts to the specific chapter where the topic is discussed.
Give it a go!
The quiz
Each of the following questions has only one correct answer, and you can find them after the quiz.
- What is a design pattern?
- A specific, reusable solution to common problems that represents best practices for solving this type of issue
- A general, reusable solution to common problems that represents best practices for solving this type of issue
- A general, reusable solution to common problems that represents best practices for solving all types of issues
- The correct build cycle is:
- Initializing, compiling, testing, packaging, reviewing
- Initializing, compiling, reviewing, packaging, testing
- Initializing, reviewing, compiling, testing, packaging
- Why might a...