Jackson structured programming: Difference between revisions

Content deleted Content added
Adding short description: "Computer programming method"
Tags: Mobile edit Mobile web edit
Line 56:
</syntaxhighlight>
 
Jackson criticises the traditional single-loop version for failing to process the structure of the input file (repeatinga groupssequence of recordsgroups containing repeating individual records) in a natural way. One sign of its unnatural design is that, in order to work properly, it is forced to include special code for handling the first and last record of the file.
 
== The basic method ==