Honestly, I'd love to have all devel builds of any software that writes XML as output have to validate that XML against the schema before it's written to a file, and have passing that test be part of the the acceptance criteria for the build.
This isn't hard to automate - it's very basic test driven design stuff. I do the above in my own code, and all it takes is a single extra line...
Honestly, I'd love to have all devel builds of any software that writes XML as output have to validate that XML against the schema before it's written to a file, and have passing that test be part of the the acceptance criteria for the build.
This isn't hard to automate - it's very basic test driven design stuff. I do the above in my own code, and all it takes is a single extra line...