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:dmbrown -at- brown-inc -dot- com To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Sat, 31 May 2003 13:13:10 -0700
I'm sorry if someone's already mentioned this, but "elegant, efficient, and tight" have little to do with whether the code compiles--that's a given.
"Elegant" describes code that achieves the desired goal in a typically new or unique way--something that makes other programmers smile and say, "Wow, I wish I'd thought of that!"
"Efficient" describes code that achieves the desired goal without wasting CPU processing power or time.
"Tight" describes code that achieves the desired goal with the fewest instructions possible. It is occasionally used as a synonym for the combination of elegance and efficiency.
None of these terms imply syntactical correctness, conformance to some standard, or validity in any other sense...beyond the fact that, if it won't even compile, its elegance, efficiency, and tightness don't carry much significance.
HTML Indexer 4 is still the easiest way to create and maintain indexes
for web sites, intranets, HTML Help, JavaHelp, and other HTML documents.
HTML Indexer 4 includes fully integrated cross-references, target frames
and windows, multiple-file output, "one-step accept" of default entries,
and more!
---
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.