in reply to Re^2: An Introduction to Literate Programming with perlWEB
in thread An Introduction to Literate Programming with perlWEB
Architects don't design bridges; civil engineers do.
Tell that to the architect Norman Foster who designed the The Millau Viaduct (in conjunction with a French Structural Engineer).
Stress calculation are obviously done, and checked and recorded and are an integral part of the overall design and documentation--but they don't do the calculations on the backs (or fronts) of the blue-prints. You don't put the two in the same document.
And while the contract you sign may not have all those lovely footnotes,
Exactly! You don't put them all in one document.
I strongly support project documentation--what files, modules and libraries exist (and where), and what they do; the names of the public interfaces and their parameters; and their purpose--but you don't need to include the names of the internal variables, constants or explain how sort works.
It's all about not mixing different concerns together; Not repeating effort (the DRY principle); and not creating unnecessary artificial dependencies (the decoupling principle).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: An Introduction to Literate Programming with perlWEB
by swampyankee (Parson) on Jan 13, 2009 at 18:30 UTC | |
by BrowserUk (Patriarch) on Jan 13, 2009 at 19:09 UTC |