dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]TODO List System.Net + System.Xml


From: Peter Minten
Subject: [DotGNU]TODO List System.Net + System.Xml
Date: Thu, 23 May 2002 17:43:53 +0200

Hi,

I've been reviewing the TODO's in System.Net and System.Xml. Attached is
a list of what needs to be done in these namespaces. TODO's in classes
covered by somebody (in the maintainer file) are not on this list.
TODO's in System.Net:

NAME                          HACKER LEVEL     TIME EXPENSE      COMMENTS 
                               (0 to 4)          (0 to 4)
AuthorizationManager              2                 2      
CredentialCache                   2                 1
Dns                               2                 1            Needs 
intercalls
DnsPermission                     3                 3
DnsPermissionAttribute            2                 1
EndPoint                          1                 1
GlobalProxySelection              2                 1
IPEndPoint                        2                 0            Only 
GetHashCode todo
ProtocolViolationException        1                 1
ServicePoint                      2                 1
ServicePointManager               2                 2
SocketAddress                     2                 1
SocketPermission                  3                 3
SocketPermissionAttribute         2                 1
WebClient                         2                 4
WebProxy                          2                 2
WebRequest                        2                 3

TODO's in System.Xml:

NAME                          HACKER LEVEL     TIME EXPENSE      COMMENTS 
                               (0 to 4)          (0 to 4)
XmlException                      1                 1
XmlNamespaceManager               2                 1
XmlReader                         3                 2
XmlTextReader                     3                 4
XmlResolver                       1                 0            Abstract 
class, very simple
XmlTextWriter                     2                 3
XmlUrlResolver                    2                 1
XmlWriter                         1                 1

Hacker levels:

0             No programming experience, can read simple code and write 'Hello 
World' programs
1             Some programming experience, can write simple programs
2             Moderate programming experience, can write moderate complex 
programs
3             Lots of programming experience, debugs and writes tough 
intercalls in the engine
4             Writes compiler code

Time expense levels (for a level 2 hacker, lower will probably need more time, 
higher less):
Alternative method of calculation: Max time in hours = 2 ^ (level - 1).

0             Less than ½ hour
1             Less than 1 hour
2             Less than 2 hours
3             Less than 4 hours
4             Less than 8 hours

reply via email to

[Prev in Thread] Current Thread [Next in Thread]