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