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