in reply to Re: Re: Programming Versus Engineering
in thread (OT) Programming as a craft
Let me be specific: I believe that the source code is the design. Compiling is the manufacturing. Engineering is, what, measuring the tensile strength of a stable quicksort algorithm?
I think it is a serious mistake to equate code with design. Granted, an agile methodology intermixes design and coding in an iterative and mutually informing process, and the final code (and documentation) may be the only tangible artifact produced, but that still does not mean the code *is* the design.
As for engineering, yes there certainly is engineering in software development, running the gamut from the ad-hoc or experiential engineering that any builder / tinker / craftsman etc might display, to algorithm analysis, to the design of language features that increase assertions of correctness (within particular domains of correctness).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Programming Versus Engineering
by chromatic (Archbishop) on Dec 16, 2003 at 19:22 UTC | |
by Anonymous Monk on Dec 16, 2003 at 20:08 UTC | |
by adrianh (Chancellor) on Dec 16, 2003 at 21:17 UTC | |
by chromatic (Archbishop) on Dec 16, 2003 at 22:22 UTC | |
by mr_mischief (Monsignor) on Dec 16, 2003 at 22:42 UTC | |
by adrianh (Chancellor) on Dec 17, 2003 at 04:05 UTC | |
by Anonymous Monk on Dec 17, 2003 at 00:16 UTC |