Current Issues:
- o Various syntax issues come up in DeveloperCreatesInterface and
- UserImplementsInterface. None of these are terribly important at the moment.
- o The methods 'implementedBy' and 'implementedByInstancesOf' seem
- confusion, the first expecting an instance and the second expecting a class (but has instance in the name).
<hr solid id=comments_below>
- jshell (Feb 9, 2001 8:41 am; Comment #1) --
<pre> > o The methods 'implementedBy' and 'implementedByInstancesOf' seem > confusion, the first expecting an instance and the second > expecting a class (but has instance in the name). </pre>
It's not confusing, because "Instances Of" tends to mean "Instances Of a Class". I saw these, and had no problem recognizing the difference just based on the name and example usage. - jshell