2 Coding Practices and Standards Flashcards

1
Q

Explain the importance of following good coding practice.

A
  1. quality of coding development.
  2. keeping documentation.
  3. structure of code.
  4. consistent design and structure.
  5. use of version control.
  6. testing of code.
  7. agreeing standards with team.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe good software coding principles and practices.

A
  1. Good naming conventions;
  2. Don’t repeat yourself (DRY);
  3. Defensive programming;
  4. Commenting;
  5. Refactoring;
  6. Patterns / anti-patterns.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly