September 2017
Intermediate to advanced
432 pages
8h 20m
English
Software architecture begins with the code—and so we will begin our discussion of architecture by looking at what we’ve learned about code since code was first written.
In 1938, Alan Turing laid the foundations of what was to become computer programming. He was not the first to conceive of a programmable machine, but he was the first to understand that programs were simply data. By 1945, Turing was writing real programs on real computers in code that we would recognize (if we squinted enough). Those programs used loops, branches, assignment, subroutines, stacks, and other familiar structures. Turing’s language was binary.
Since those days, a number of revolutions in programming have occurred. ...