Re: Stepwise Refinement

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "David Cuny" <dcuny at LANSET.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Tuesday, September 19, 2000 6:04 PM
Subject: Stepwise Refinement


> One feature I've not seen in many languages, but is occasionally useful,
it
> that of subfunctions that directly support stepwise refinement of
routines.

Hi David,
"Stepwise Refinement" sounds like just another term for "forward
references". A bit like "top-down" modular development. All very good,
proven ways to develop high quality software. Pity Euphoria hasn't got it.
Even a pseudo forward reference scheme like 'C' function headers would be
appreciated.

I can imagine something like...

  forward doLine(sequence, atom)

  function Indexer()
     where = gets(1)
     result = doLine(where, 34)
  end function

  function doLine(sequence aLine, integer Posn)
    . . .
  end function
----
cheers,
Derek

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu