CPSC 480 Software Refactoring II

1234567891011121314151617181920
Across
  1. 6. A part of the Fowler's Refactoring Catalog that deals with why we would want to do the refactoring
  2. 7. One category of refactorings is Simplifying Method _____
  3. 8. The best ____ depends on the problem to solve
  4. 10. One category of refactorings is Simplifying ______ Expressions
  5. 12. In refactoring, we improve the ______ structure
  6. 15. Moving a method from one class to another is a ____-____ software change
  7. 16. In SE, to determine the items that make up a software system
  8. 17. Loss of design is ______
  9. 18. Code changes often lead to a loss of the _____ design
  10. 19. In refactoring, we preserve the ______ behavior
  11. 20. A part of the Fowler's Refactoring Catalog that deals with how we would perform the refactoring
Down
  1. 1. The recent edition of Fowler's Catalog has code examples in _____
  2. 2. One category of refactorings is _____ Methods
  3. 3. One category of refactorings is Organizing _____
  4. 4. _____ ____ code is not an effective strategy
  5. 5. Changing individual statements or code in a method is a ____-____ change
  6. 9. Adding a new class is a ____-____ software change
  7. 11. In mathematics, to determine or indicate explicitly the factors of
  8. 13. Refactoring improves the design of _____ code
  9. 14. According to Opdyke, restructuring should preserve the _____ aspects of the program (British spelling)