ThesaHelp: references c-d
Topic: programming style
Topic: dynamic code modification
Topic: constants
Topic: program execution
Topic: functional programming
Topic: goto statement
Topic: recursion
| |
Reference
Dijkstra, E.W.,
"Programming considered as a human activity",
Information Processing 1965, IFIP, North-Holland Publishing Company, May 1965, pp. 213-217.
Google
Quotations
215 ;;Quote: executable code should not be modified; was a big clarity problem with machine code
| 215+;;Quote: execution of a program concerns two information streams: a constant one, the program, and a varying one, the data
| 215 ;;Quote: every program can be written as a recursive function without assignments or gotos
| 215 ;;Quote: programs without gotos are shorter and more lucid
| 216 ;;Quote: a program's results are convincing only if the program is clear and its structure reflects the task
|
Related Topics
ThesaHelp: references c-d (337 items)
Topic: programming style (47 items)
Topic: dynamic code modification (15 items)
Topic: constants (21 items)
Topic: program execution (8 items)
Topic: functional programming (43 items)
Topic: goto statement (25 items)
Topic: recursion (16 items)
|