Across
- 3. To markup comments, use ______
- 6. Often the only documentation of the ____ is in the code
- 7. Dr. Collard strongly suggests you use _____ to indent
- 9. Developers ___ ___ much more than they write code
- 10. One of the problems with a coding standard is ____ ____ _____
- 13. The whitespace at the start of a source-code line
- 14. Coding styles often reflect a ______ (misspelled as "comprimise")
- 15. _____ appear on the line before the code they describe
- 16. Dr. Collard suggests that you do not mix ___ and spaces for indentation on the same line
Down
- 1. Indentation of source code is based on ____ ____ ____
- 2. It is difficult to formally ____/check/correct a coding standard
- 4. A characteristic of a coding style
- 5. Prefer ____ comments, unless multiple lines
- 7. A characteristic of a coding style
- 8. With existing code, _____ to the current coding style
- 11. An essential part of coding style is the _____ conventions
- 12. Once of the most important parts of a coding style are consistency, consistency, _______
- 17. ____ newlines are sufficient. Multiple newlines are not needed.