Re: moduel VS parameters
- From: Richard E Maine <nospam@xxxxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 09:35:52 -0700
In article <1120146699.995775.29630@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
s.c.kramer@xxxxxxxxx wrote:
> If you stare long enough at those 40 arguments, you will probably find
> they can be logically divided in some groups and...
> [further good advice]
I'll note that the critical element here is the "you" (as in the
programmer) part. A language won't automatically do this kind of thing
for you. It is a basic programming skill of recognizing patterns and
organizing things logically. When I say "basic", I don't mean that it is
necessarily trivial, but rather that it is important. It is a skill, and
one that can take time to learn. (As with most skills, some people never
really do learn it, and others pick it up relatively quickly).
A programming language can provide the tools to help implement things
once the programmer has discerned the relevant patterns and
organization. The programming language can also "push" you to look. But
the real work of establishing organization remains to the programmer.
That's why they pay us the big bucks. :-)
Specifically, yes Fortran provides multiple features relevant to this
issue, as mentioned by others. But those features won't just solve the
problem by themselves.
--
Richard Maine | Good judgment comes from experience;
email: my first.last at org.domain | experience comes from bad judgment.
org: nasa, domain: gov | -- Mark Twain
.
- References:
- moduel VS parameters
- From: yuanliu1
- Re: moduel VS parameters
- From: Richard Edgar
- Re: moduel VS parameters
- From: s . c . kramer
- moduel VS parameters
- Prev by Date: Re: backslash-issues
- Next by Date: Re: Recursion
- Previous by thread: Re: moduel VS parameters
- Next by thread: Recursion
- Index(es):
Relevant Pages
|