How many man years are wasted with western naming convensions?
games.greggman.com
How many man years are wasted with western naming convensions?
1–10 of 64 posts
Re: How many man years are wasted with western naming convensions?
#2Re: How many man years are wasted with western naming convensions?
#3much less than by poor spelling
Re: How many man years are wasted with western naming convensions?
#4The article does not provide an alternative solution, or a discussion of the upsides of different naming conventions (e.g. knowing that ALL_CAPS is almost surely a compile-time constant). "How many man years are wasted..." - compared to what?
Re: How many man years are wasted with western naming convensions?
#5I suppose they could design programming languages using the Chinese alphabet (maybe they already have? I wouldn't know) that use different conventions[0].
[0] Convention is with a 't', by the way.
Re: How many man years are wasted with western naming convensions?
#6Re: How many man years are wasted with western naming convensions?
#7I fail to see how the fact that the Latin alphabet has upper and lower case is to blame for this. This is more about the coding standards the author has to abide to than anything else.
If your coding standard would require you to name the property MMAXTEXTURESIZE instead of mMaxTextureSize, would there be any less busy work?
Re: How many man years are wasted with western naming convensions?
#8Re: How many man years are wasted with western naming convensions?
#9And then there is the hyphen in CSS for example background-color which in js is backgroundColor. (Colour spelt wrong to me in both cases!)