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.
As one of the other respondents mentioned, the audience is important.
If you are indeed producing this documentation for use by developers, then
having the colored code could be useful. If the audience is *not*
developers (coders, that is), then it really won't make a difference to
them (classical Greek and modern Greek are both Greek to non-Greek
speakers :-)
Okay, back to the code.
If the code snippets that you are including are very small (at most, one
function) *and* include minimal, unobtrusive comments, then the addition
of color is not very important. The developer will be able to *see* each
discrete element of the code.
If, however, the code is long, or complex, coloring is very beneficial.
Comments in C, for example, can cross multiple lines, beginning and ending
with "/*" and "*/". Many coders will include real code *within* a comment
for testing purposes (they will uncomment the code to test, then recomment
so it doesn't execute). In a complex comment, this can be hard to see
without coloring.
So... it really comes down to the actual content and the intended
audience. As a former developer, I can honestly tell you that the ability
of an editor (and by inference, documentation) to display code with
color-tags was a true god-send.
ROBOHELP X5 - SEE THE ALL NEW ROBOHELP X5 IN ACTION!
RoboHelp X5 is a giant leap forward in Help authoring technology, featuring all new Word 2003 support, Content Management, Multi-Author support, PDF and XML support and much more! View an online demo: http://www.macromedia.com/go/techwrldemo
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- techwr-l -dot- com
Send administrative questions to lisa -at- techwr-l -dot- com -dot- Visit http://www.techwr-l.com/techwhirl/ for more resources and info.