 
 | Keyword | Definition | 
|---|---|
| feedback | comments from stakeholders and test user explaining what they liked and didn't like about your program | 
| functionality | how well your program meets your success criteria to do what it is supposed to do | 
| maintenance | how easy your code can be improved and fixed in the future | 
| readability | how well commented your code is and how well your choice of variable names describe the data that the variables store | 
| stakeholders | individuals or groups of people who are interested in seeing your program succeed. | 
| success criteria | a detailed list of what you wanted your program to be able to do | 
| testing | comparing and recording what you want your program to do with what actually happens |