Naming convention (programming): Difference between revisions

Content deleted Content added
m added quarkcase convention
Tag: Reverted
No edit summary
Tag: Reverted
Line 151:
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.
 
===quarkcaseQuarkcase===
 
A naming convention characterized by all lowercase identifiers with abbreviations, formulaic symbols, and no separators, while optimized for minimal readability without compromising clarity.