CPSC 421 Vertical Development

12345678910111213141516
Across
  1. 3. An advantage to a vertical workflow is that we _____as we go
  2. 6. One disadvantage to working horizontally is that there are no results (i.e., _____ in the file srcfacts.cpp) until we are all done
  3. 10. One disadvantage to working horizontally is that we only report ______ at the very end
  4. 11. One step of a vertical workflow is to write the function _______ for a single function in xml_parser.hpp
  5. 13. An advantage to a vertical workflow is that we see ______ almost immediately
  6. 14. One step of a vertical workflow is to write the function ________ for a single function in xml_parser.cpp
  7. 15. In a vertical workflow we complete ______function at a time
  8. 16. An advantage to a vertical workflow is that it _____ to any number of functions
Down
  1. 1. One step of a vertical workflow is to write the ____ for a single function in srcfacts.cpp
  2. 2. An advantage to a vertical workflow is that we can report _____ better
  3. 4. Work in iterations, and is vertical
  4. 5. Start working _____
  5. 7. Work in increments, and is horizontal
  6. 8. Quit working ______
  7. 9. One disadvantage to working horizontally is that we do not _____ as we go and often have to rewrite what we have done
  8. 11. Get one thing done on srcFacts that shows improvement to the _____ of srcFacts as fast as possible
  9. 12. In a vertical workflow, we can work on function in any ______