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