Pearls Flashcards
What does the model pearl explore?
An application’s data objects and interface.
What are 4 questions you can ask to implement the model pearl?
- What can you manipulate?
- How can data objects be manipulated?
- What operations are grouped in each menu?
- Are there any interaction techniques?
What are the two steps for using the toy pearl?
- Create separate documents and test what a feature does.
- Save the document for later use.
How can you implement the poke pearl?
Search around in an application to see what functionalities you can find.
What are two ways you can use the read and recall pearl?
- Explore the menu, dialogs and toolbars to get a sense of where things are located within an application.
- Read documentation such as the user manual, online help and online tutorials so you will know where you can find certain information later on if you need help with something.
How can you implement the toy pearl?
Experiment with a feature in a small document so you don’t mess up your production document.
What are 7 peals?
- Poke
- Read and recall
- Model
- Copy
- Toy
- Read and reason
- Project
What are four steps in implementing the copy pearl?
- Keep copies of your old stuff in well-named files and folders.
- Capture examples as they come by
- Make a list of what examples can be found where.
- Add comments about what you’ve done within the file.
How can you implement the read and reason pearl?
when something goes wrong:
1. read the error message carefully
2. list all the symptoms as detailed as possible
3. think about what this information means
what is a strategy for the read and reason pearl?
- list all the possible causes of the problem
- design and implement tests for each possible cause to figure out which one is the culprit.
how can you implement the project pearl?
find a small project that you need to do for an unrelated reason for which you can use the application to learn.