Dick Porter dfad216d21 2001-09-23 Dick Porter <[email protected]> há 24 anos atrás
..
System f5d4fcdb37 *** empty log message *** há 24 anos atrás
System.Data 7f47838587 Added Files. há 24 anos atrás
System.Drawing 18e1e59417 Fixed 'clean' target há 24 anos atrás
System.Management 7fc6d7d59d Fixed all sorts of compiler errors. há 24 anos atrás
System.Web 83e01843f1 Checked in updates from Gaurav Vaish há 24 anos atrás
System.XML f415eb4ef5 Removed auto-generated comments. há 24 anos atrás
corlib dfad216d21 2001-09-23 Dick Porter <[email protected]> há 24 anos atrás
notes 25f95f44fc More files há 24 anos atrás
README 3de382ae0c More há 24 anos atrás
makefile f541c605cc 2001-09-14 Nick Drochak <[email protected]> há 24 anos atrás

README

The class libraries are grouped together in the assemblies they belong.

Each directory here represents an assembly, and inside each directory we
divide the code based on the namespace they implement.

* Missing implementation bits

If you implement a class and you are missing implementation bits,
please put in the code the word "TODO" and a description of what
is missing to be implemented.

* Tagging buggy code

If there is a bug in your implementation tag the problem by using
the word "FIXME" in the code, together with a description of the
problem.

Do not use XXX or obscure descriptions, because otherwise people
will not be able to understand what you mean.

* Tagging Lame specs

Sometimes the specification will be lame (consider Version.ToString (fieldCount)
where there is no way of knowing how many fields are available, making the API
not only stupid, but leading to unreliable code).

In those cases, use the keyword "LAMESPEC".

* Coding consideration

Use 8 space tabs for writing your code (hopefully we can keep
this consistent). If you are modifying someone else's code, try
to keep the coding style similar.