digitalmars.D - tango naming conversation
- theambient (6/6) May 10 2010 Hi.
- Daniel Keep (7/7) May 10 2010 Package names start with a lower-case letter, modules (usually) start
- theambient (7/14) May 10 2010 I see.
Hi. I'm wondering why some libraries in tango are strting from capital letter and some are not?? Why don't make it unique, for instance all from capital or all from lowercase??? -- Ruslan Mullakhmetov
May 10 2010
Package names start with a lower-case letter, modules (usually) start with upper-case. The exception to the above are: * modules which directly expose the interface for a C library (like tango.stdc.stdlib) start with lower-case. * modules which are hard-coded into the compiler and can't be changed (like std.instrinsic).
May 10 2010
I see. thanks. -- -- Ruslan Mullakhmetov "Daniel Keep" <daniel.keep.lists gmail.com> сообщил(а) в новостях следующее:hs8no0$12fi$1 digitalmars.com...Package names start with a lower-case letter, modules (usually) start with upper-case. The exception to the above are: * modules which directly expose the interface for a C library (like tango.stdc.stdlib) start with lower-case. * modules which are hard-coded into the compiler and can't be changed (like std.instrinsic).
May 10 2010