On 2017-08-23 14:22, Ian Boston wrote:
...
This breaks the Adaptable pattern, which should not require intermediate
interfaces.
If the implementation needs instanceof we can drop the Adaptable pattern
and just use APIs.
...

Not really. It depends on how many extensions there might be in the future. Using instanceOf doesn't work well if there may multiple extensions in the future thatcan be combined.

...we should have a generic "Adaptable" pattern in Oak for a long time...

Best regards, Julian

Reply via email to