On 2014-02-21, at 07:05, John McKown wrote: > > ... the programmer could, if they want do, transform > QVSIMGLOGICALPARTITIONNAME > into > QVSImgLogicalPartitionName > easily. This is because HLASM accepts mixed case names, but does not > distinguish between them. So that in the above, both renderings result in > access to the same field. > I have a strong preference for consistency of capitalization, even is case-insensitive languages. It's just good style.
And I run editors case-sensitive when the option is available, partly because I often edit case-sensitive languages, partly because I sometimes use different capitalization of words in comments in order not to get undesired hits with searches. I suppose others might employ case differences otherwise, perhaps capitalizing symbols in defining occurrences; minuscule in applied occurrences. -- gil