[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
TableView, UnaryFn
- To: <heh>
- Subject: TableView, UnaryFn
- From: Mark S. Miller <mark>
- Date: Sat, 21 Oct 89 18:12:14 PDT
- Cc: <tribble>, <xtech>
- In-reply-to: <Hugh>,33 PDT <8910201756.AA09304@xanadu>
Date: Fri, 20 Oct 89 10:56:33 PDT
From: heh (Hugh Hoover)
Ok, a semantics question.
Should a TableView be constructed with a UnaryFn, or should it replicate
the UnaryFn protocol and require subclassing to create new ones (like UnaryFns)
My current implementation constructs a TableView with a UnaryFn, which seems
simple. I just wonder if it is semantically better to duplicate UnaryFn.
--Hugh
Could you give an example? I think I'd find it easier to think about
if you did. Thanks.