2 Coding Practices and Standards Flashcards
1
Q
Explain the importance of following good coding practice.
A
- quality of coding development.
- keeping documentation.
- structure of code.
- consistent design and structure.
- use of version control.
- testing of code.
- agreeing standards with team.
2
Q
Describe good software coding principles and practices.
A
- Good naming conventions;
- Don’t repeat yourself (DRY);
- Defensive programming;
- Commenting;
- Refactoring;
- Patterns / anti-patterns.