tags:

views:

98

answers:

4

Possible Duplicates:
How do we define Code Quality?
Software quality metrics

What critera you use to determine quality of code? metrics or some other?

+1  A: 

ease of maintenance is the only relevant criteria that is really important.

fuzzy lollipop
+1  A: 

Mandatory http://www.osnews.com/story/19266/WTFs_m

questzen
+2  A: 

Metrics of what?

The oldest trick in the book says that programmers optimize metrics to their best interest, and since metrics are going to be wrong you better find another way.

  • Peer reviews
  • List item
  • TDD
  • Lots of unit test

Feedback in general.

That's the only thing that will maximize the amount of quality in your code.

MexicanHacker