[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
TableView, UnaryFn
- To: <mark>, <tribble>
- Subject: TableView, UnaryFn
- From: Hugh Hoover <heh>
- Date: Fri, 20 Oct 89 10:56:33 PDT
- Cc: <xtech>
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