TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Absolutely! A good programmer can pick out what a decent (meaning not too
clever, convoluted, or just plain badly written) chunk of code does rather
quickly. Source code in a high-level language is a very clear form of
communication for those who understand it. But the relationships between the
chunks can take forever. And in object-oriented code (which is most of the
code written lately) those relationships are the key.
There are few things as annoying, when reading code left behind by the last
programmer, as line after line of documentation that restates what the code
says, but never mentions why the code is there in the first place, or how it
fits in the grand scheme of things.
Side note on the example: the rather copious use of the word "instantiate"
is a case of knowing the audience. For programmers, there is nothing at all
wrong with the word, and it is the right word. At this point in a program,
there is typically a lot of instantiating going on, so the word gets used a
lot. You could do a "sportscaster" on it, but that would take a long time to
write and annoy the reader.
---
Office:
mike -dot- huber -at- software -dot- rockwell -dot- com
Home:
nax -at- execpc -dot- com