Code

This is an important word in the computer programming business. Code comes from the act of encoding a sequence of instructions for a computational device into some language in some medium. By this, I refer generally to the act of writing a computer program, no matter the encoding scheme or mechanism. So, writing an old Fortran program on paper and then sitting at a keypunch machine to create punched cards with characters that represent code cut into them is logically analagous to sitting at modern computer expressing one's self in Java, or even verbally.

We (computer folks) glibly use code as a verb, as in to program, and as a noun, any manifestation of the act of coding. We prefix the noun with various words as follows:

Somewhere along the line of discussion here, it might be useful for non-computer folks to understand the processes programmers engage when creating software. It is not essential conceptually, but quite possibly helpful to create a real-world picture of a the process that I suggest underpins the software business.