Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-06-23 01:52:00 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-23 01:52:00 +0400
commit3de382ae0c49be0ea2c1f887dfc44209c5fa1a69 (patch)
treed4cf3124e0c143b67d7c21b4a5b4bd5f90988e32 /mcs/class/README
parentf9a34404ea6fb7c2fccfa4a1794ec98e28c1d4f7 (diff)
More
svn path=/trunk/mcs/; revision=31
Diffstat (limited to 'mcs/class/README')
-rw-r--r--mcs/class/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/README b/mcs/class/README
index ea41b274314..d64070d314e 100644
--- a/mcs/class/README
+++ b/mcs/class/README
@@ -18,6 +18,14 @@ divide the code based on the namespace they implement.
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