CPSC 480 HFSD Chapter 5

123456789101112131415
Across
  1. 4. Your burn down rate should show ......... the work on your board, including any new unplanned tasks
  2. 7. Striving for a ......... design can mean that you never actually deliver any code
  3. 8. A good enough design helps you ........
  4. 9. Great developers ........
  5. 10. When a design helps you meet your deadlines, it is said to be a ..... ..... design
  6. 13. ......... is the only constant in software development
  7. 14. When a class does one job and it's the only class that does that job it is said to obey the ......... responsibility principle
  8. 15. If a user story is not quite finished at the end of an iteration, it is moved to the ......... bin on your project board
Down
  1. 1. When all the tasks in a user story are finished, the user story is transferred to the ......... bin
  2. 2. When you improve a design to make it more flexible and easier to maintain you are ......... the design
  3. 3. An unplanned task is going to happen in your current iteration once you have added it to your ........
  4. 5. When a task is finished it goes in the ......... column.
  5. 6. Unplanned tasks are treated the ......... as unplanned tasks once they are on your board
  6. 11. If you find you are cutting and pasting large blocks of your design and code then there's a good chance that you're breaking the ......... principle
  7. 12. You should always be ......... with your customer