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?
|
|
|||
|
|
|
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. |
||
