
26 Aug
2008
26 Aug
'08
9:28 p.m.
2008/8/26 Robert Ramey <ramey@rrsd.com>:
That's basically correct - that's why in general you should only extend an interface or make a new interface. To do otherwise breaks faith with the users of your library.
No problem if you want to create a new interface - just give it a new name.
I've got a library based on the draft standard. And the interface in the draft standard changed. So I changed the interface. Creating a new name would be ridiculous. Daniel