Jackson structured programming: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Add: isbn, doi, citeseerx. Removed parameters. | You can use this bot yourself. Report bugs here. | User-activated.
m Structural equivalent: Replace "let us consider" statements per MOS:NOTED and consensus at Wikipedia talk:Manual of Style#"Let us consider" statements, replaced: let us consider → consider
Line 12:
 
== Structural equivalent ==
For an example comparing Jackson Structured Programming to "traditional" structured programming, let us consider a Java program to count repeated lines in a file.
 
The JSP version of the program is structurally equivalent to