[Home] [By Thread] [By Date] [Recent Entries]

  • From: Rick Jelliffe <rjelliffe@a...>
  • To: xml-dev@l...
  • Date: Tue, 29 Jan 2008 10:07:58 +0000

Michael Kay wrote:
> Well, it's really all about contracts, isn't it? If you write a piece of
> code, you need to establish a contract with your caller. And the essence of
> that contract is whether you validate the data, or the caller validates. If
> the caller isn't contracted to validate the data against an agreed schema,
> then you're best off validating it yourself. And doing that within the logic
> of the XPath expression itself, as you've shown, is not a particularly nice
> approach.
>   
I think it is more than contracts. 

It is also QC and QA, both internal and external. And test-driven 
development. And continuous improvement: in the ISO 9000* model, having 
a defect reporting system in place is essential. One of the many 
troubles with XSD-style schema systems is that they encourage a big bang 
mentality, where you have to try to make all sorts of decisions about 
structure and type that are unnecessary or which can be left to emerge, 
while making it difficult to add constraints based on feedback from 
processes about what the real problems might be.


Cheers
Rick Jelliffe

* http://en.wikipedia.org/wiki/ISO_9000


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member