3460:421 S22 OOP Method Naming Standards

123456789101112131415161718192021
Across
  1. 3. Using slang and idioms is a _____ practice
  2. 5. Choose ____ over entertainment value
  3. 8. The name should not contain _____ such as cuttingCorners()
  4. 10. There was no variation on the developer's agreement with the standards across multiple _____ ____
  5. 11. A good guide for the maximum number of words in an identifier is _____
  6. 13. ____ abbreviations are unfamiliar abbreviations that are very hard for programmers to understand
  7. 14. A naming style where words are separated by a '_'
  8. 16. The function name copyTarFile() is an example of a ____ ____
  9. 17. Use full words instead of ____ ____ names
  10. 21. The function name nestBorderFromLeftSide() is an example of a _____ _____
Down
  1. 1. The name repr() is an example of an ______
  2. 2. For a banking application you name a function rover() after your dog. This is an example of a _____ ____
  3. 4. Which naming style has a slight advantage?
  4. 6. Research clearly shows improved _____ with full-word identifiers
  5. 7. One exception to the rule for the length of a name are ____-_____ methods
  6. 9. Words used in the function name are actual _____ terms
  7. 12. There is ____ support for the standards shown
  8. 15. A naming style where we capitalize each word except for the first
  9. 18. There were very slight differences based on developer _____
  10. 19. The function getCachedNode() is an example of the standard ___ ____
  11. 20. Only standard _____, such as getFIFO(), should be used in a program