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.
Subject:Re: Term for elegant, efficient, tight code? From:"Mike O." <obie1121 -at- yahoo -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Fri, 30 May 2003 09:43:02 -0700 (PDT)
Karen E. Black wrote:
> A cow-orker asked me for a term to describe code with
> correct syntax, implicit instead of explicit cursors,
> correct open and close statements. It's for a procedures
> doc heading.
One word won't do; there are several competing concepts here:
> code with correct syntax...correct open and close statements
This just means that the code compiles or parses correctly, but it
could still be awful code. Try "valid."
> implicit instead of explicit cursors
Your developers may have perfectly good technical reasons to use both
or neither. If your standards say to use implicit cursors, try
"standard."
> elegant, efficient, tight code
This is a matter of heuristics and taste. There are lots of holy wars
about what makes code tight.
In Perl, for example, it's possible to leverage the syntax to such an
extent that the program is packed tight but is barely human-readable;
this is usually not considered good practice. For example, I've seen
the DeCSS program written in about 5 lines of Perl. But I didn't
understand one character of it (don't worry Eric, I won't post a link).
Mike O.
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.