CPSC 421 OOP Coding Style

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