1. CODE QUALITY

 
25% of survey complete.

Question Title

* 1. Do you use sonar? If so, are you strict about :
- The minimum coverage required.
- Fixing bugs and code smells'.

Question Title

* 2. Do you write unit tests on a regular and systematic basis?

Question Title

* 3. Do you use TDD in your development work?

Question Title

* 4. Do you regularly refactor code?

Question Title

* 5. Do you regularly engage in peer programming?

Question Title

* 6. Is code review a natural and systematic part of your team's work?

Question Title

* 7. Do you have team code standards? If so, do you use them in your development?

Question Title

* 8. Is technical debt managed by the team?

Question Title

* 9. Are the SOLID principles understood and used by the team where appropriate?
Single Responsibility
Open/Closed
Liskov Substitution
Interface Segregation
Dependency Inversion

Question Title

* 10. Are you comfortable using GIT in your development?

Question Title

* 11. Are you able to develop, maintain and deploy loosely coupled modules without affecting the whole system?

Question Title

* 12. Do you value writing reusable code/components?

T