tags:

views:

72

answers:

1

We have a project coming up with significant data quality challenges and I was curious what the state of art in data quality related tools and methodoligies is today for small-to-medium size organizations. Any recommendations?

+1  A: 

You have many choices, depending on your language and toolchain use. For Java, good choices are checkstyle, findbugs, JUnit, plus some code coverage tool, use of a continuous integration builder such as cruisecontrol.

This is just a start. There's a lot out there.

Eddie
Eddie - data quality, not code quality...
J Healy
Ah, then you need to clarify about what kind of data. :)
Eddie
@Eddie The state of the art has now changed!
mcandre