Scrum
PSD · Question #42
Which are two benefits of establishing naming conventions for code?
The correct answer is A. To make the code more readable C. To communicate the identity of the developer that wrote the code. Naming conventions help to make the code more readable and it can reduce naming clashes.
Refactoring and Design
Question
Which are two benefits of establishing naming conventions for code?
Options
- ATo make the code more readable
- BTo make it easy to distinguish between different software products
- CTo communicate the identity of the developer that wrote the code
- DTo reduce friction in a shared codebase
- ETo ensure that orphan functions are not created
How the community answered
(27 responses)- A89% (24)
- D4% (1)
- E7% (2)
Explanation
Naming conventions help to make the code more readable and it can reduce naming clashes.
Topics
#naming conventions#code readability#shared codebase#coding standards
Community Discussion
No community discussion yet for this question.