S
Stefan Drissen
Guest
Bronco's point is that both "file name" and "filename" are words - so depending on which you consider right determines if the N should be capitalized. We do not use casing in file names. Procedures are UpperCamelCase. Functions are lowerCamelCase - if the function is external, the first word is the namespace (file name / filename of the external) otherwise the verb - get / set / calculate etc
Continue reading...
Continue reading...