Re: Wrapping Code

2003-10-25 Thread Glynn Clements
Dominic Steinitz wrote: > Does anyone have any views on how to "wrap" code that has been designed to > take input from handles but you now want to take input from strings? I want > to make minimal changes to a module that already works and to code that uses > that module. Here's my thinking below

Wrapping Code

2003-10-25 Thread Dominic Steinitz
Does anyone have any views on how to "wrap" code that has been designed to take input from handles but you now want to take input from strings? I want to make minimal changes to a module that already works and to code that uses that module. Here's my thinking below. I'd be interested in other appro