3460:421 OOP Coding Styles

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