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.
What is the difference between a function, routine, and subroutine?
I'm documenting a programming library to be used by programmers
writing network applications. The source material uses the above
words interchangably. Are they synonymous? I know a function
returns a value, but I can't find a definition of routine or
subroutine.
Also, when referring to the functions (or whatever?) should I use
parens? For example:
The add() function returns a value.
or should I leave the parens off. Thanks in advance,