Re: OT: Vintage Typewriters Message #9 Posted by Don Shepherd on 8 Dec 2011, 10:21 a.m., in response to message #8 by Bill (Smithville, NJ)
I think it is worth noting that the motto of one of the most successful computer companies in the world, IBM, is "Think".
The original manual on the programming language BASIC, at Dartmouth College in 1964, contains this sentence: "Typing is no substitute for thinking."
As a teacher, "thinking" is what I teach. I introduce principles and concepts and want my students to use their brains to understand these things, and experiment. It is through experimenting and thinking that learning really occurs.
I've been called a Luddite (I wear that badge proudly) regarding programmers who let the compiler catch their errors, and I cringe a bit every time I notice a programmer writing code but not testing it. In my mind, the programmer's job is not done until he or she thoroughly tests their code, and I don't necessarily mean by using an automated testing system either, although I do support those if used in support of other testing.
|