Stanley,

On 10/3/06, Stanley Stanev <[EMAIL PROTECTED]> wrote:
>  Very general interfaces could be a problem the same as very open contracts 
> in life are :)

General != ambiguous.

General means that f() can undergo significant change without needing
to change the interface.  Consider if f() were a stock quote retrieval
function.  Had the interface to that function been
GetRealtimeStockQuote, then a change to f() to, say, return delayed
stock quotes would require a new interface for obvious reasons.  On
the other hand, if the interface were just GetStockQuote, then that
change in f() would *not* require a new interface.

Mark.





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/service-orientated-architecture/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/service-orientated-architecture/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to