Content deleted Content added
Derek farn (talk | contribs) →External links: Added ANS link |
|||
Line 33:
== Information in identifiers ==
There is significant disagreement over whether it is permissible to use short (ie, containing few characters) identifiers.
Often forgotten in the highly personal debates over which naming practice is "best" is the fact that a typical business application will actually be written in several software languages. Every software language has its own idiosyncrasies as to special meaning characters (perhaps to indicate local vs global variable), separators, and length.
In early software languages, written on punch cards, variable names could be restricted to a maximum 6 characters. It would not be unusual for such cryptically short names (in Fortran) to be migrated to COBOL.
== Extra information in identifiers ==
|