Naming convention (programming): Difference between revisions

Content deleted Content added
m Java: changed out the description of SCREAMING_SNAKE_CASE for it's name
m added quarkcase convention
Tag: Reverted
Line 150:
 
This sort of convention is still in active use in mainframes dependent upon [[Job Control Language|JCL]] and is also seen in the 8.3 (maximum eight characters with period separator followed by three character file type) MS-DOS style.
 
===quarkcase===
 
A naming convention characterized by all lowercase identifiers with abbreviations, formulaic symbols, and no separators, while optimized for minimal readability without compromising clarity.
 
===Composite word scheme (OF Language)===