[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Avoid Flowcharts, Base Program Structures on Data Structur

  • From: Ihe Onwuka <ihe.onwuka@gmail.com>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Sat, 19 Oct 2013 23:46:02 +0100

Re:  Avoid Flowcharts
On Sat, Oct 19, 2013 at 10:57 PM, Costello, Roger L. <costello@mitre.org> wrote:

Another, more positive, lesson is that program structures should be based on data structures. There are deep underlying reasons why this is so… (he gives many reasons) …The computer system sees the world through the medium of its data structures.

The Jackson Design Technique

This is the basis of the Jackson design technique: We start by (1) considering the data structures, which we then use to (2) form a program structure. We list the executable operations needed to carry out the task, and (3) allocate each operation to a component of the program structure.

There are, of course, further steps in the design process, but these three are the first and the most important: the quality of the work we do as we take these steps will determine the quality of the programs we write.

 

-----------------------------------

“program structures should be based on data structures

When you design a program, how do you base your program structures on the structures in the XML input?

 

/Roger


Look at your input XML. Define an empty template for every element and every attribute.
Augment that by

a) An empty template for every context sensitive element that is relevant to our problem domain.
So if you had XML
<A><B><C/></B><C></A>
You would have a template for A B and C and if relevant to the problem A/B

b) An empty template for all predicates. Look at the predicate and determine which element it should be applied on and define an empty template for that.

You now have near as damn it a data driven program structure a la Jackson. If we leave of step b above you can reuse it for other problems on the same XML input.

Write template rules for the templates you have defined - thats operation allocation in Jackson.

You may have to resolve structure clashes by resorting to things like keys or groupings but push style XSLT processing is a natural fit for the Jackson methodology.



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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.