On Tue, 2003-08-26 at 09:39, Miguel de Icaza wrote:
> In the case of Enums, the TODO does not even say what is missing, so
> that is even more annoying, so I would suggest just removing the TODOs
> as they seem complete to me.
IMHO, this is what i think we should do:

Mark classes "missing" only if the *class* is marked MonoTODO:

[MonoTODO]
public class T {
}

And give the message:

Mono Implementation Note:
   This class is not implemented.

For methods that are marked:

[MonoTODO]
public void X () {
}

we say

Mono Implementation Note:
    This method is not implemented

My rational for this is that even though two exception methods are
unimplemented, as a *whole* the class is usable.

Comments?

_______________________________________________
Mono-docs-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to