About

I am a software developer in Seattle, building a new AI software company.

Ads

August 2009

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

Ads


« Microsoft Squashes Another Niche | Main | Kurzweil's Law -- Moore's Law Generalized »

May 25, 2004

Comments

Stephane Rodriguez


A universal document format for what? for printing? for viewing on screen? for editing? for analysis? ... All these require a particular optimisation and code right?

Just take the analogy with the universal data access layer, and how much people still stick to native drivers.

Patrick Logan

I have some concerns expressed at my blog.

I would appreciate your insight into these concerns.

Patrick Logan

Wes,

Over at

http://patricklogan.blogspot.com/2004/05/xaml-as-document-format.html

I did not make my point clear enough. I am not concerned about code security. What concerns me is that in XAML, the developer embeds the class names and properties, etc. of the design, i.e. the current implementation.

What if the developer would like to change that design? The XAML has to change, and therefore the XAML documents have to be migrated to the new implementation with new class names, etc. So it seems using XAML as a document format would build a good bit of resistence toward good code evolution, unless one got the design just right the first time.

Contrast this with other uses of XML where the schema is independent of the design of the code that happens to process it.

Patrick Logan

Thanks Wes. Your comment on my blog seems to address my concern.

The comments to this entry are closed.