Register
10:59
Stop
Agile Project Management - Extreme Programming (XP) - Coding Standards
Intermediate
1/11
In a project that contains multiple programming languages, what's the best way to maintain coding standards?
a.
Create language-specific coding standard documentation and use linters/validators accordingly
b.
Rely only on code reviews to enforce standards
c.
Leave it to developer discipline without any documentation
d.
Allow each team member to define their own standards
e.
Use a single coding standard for all languages
f.
Disallow use of multiple languages in a single project
Intermediate