Re: Naming conventions
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Saturday 28 August 2004 03:18 pm, Marcus wrote: > `` E. Use the names "Object", "String", and "Decimal" instead of the C# > keywords "object", "string", and "decimal". This keeps the naming > system consistent.'' > > Is that only for those three types? I don't see "Int32" or "Single" being > used, for example. So I'm very confused about this part. I initially based it on the coding conventions for Java, which is why it uses the class names rather than the keywords for those types only. The choice is pretty much arbitrary, but it helps keep consistency across all of pnetlib. I don't get too upset if someone uses the other names in a patch. Cheers, Rhys.