Content deleted Content added
Derek farn (talk | contribs) →Extra information in identifiers: Rv: C/C++ macros primarily in upper case |
|||
Line 45:
* In [[Java programming language|Java]], very strong conventions established from the beginning by the language's originators require [[classes]] and [[variables]] to be capitalised differently. Thus, to a Java programmer, <code>widget.expand()</code> and <code>Widget.expand()</code> imply significantly different behaviour, even without prior knowledge of the <code>Widget</code> class and despite the fact that the compiler enforces no such rules.
* Identifiers representing macros in C and [[C++]] are, by convention, written using only upper case letters.
== OF Language ==
|