jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Compound words should be spelled correctly #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The name of the identifier is split into words based on the casing. Each 
contiguous two word combination is checked by the Microsoft spelling 
checker library. If recognized, the identifier produces a violation of the 
rule. Examples of compound words that cause a violation are "CheckSum" 
and "MultiPart", which should be cased as "Checksum" and "Multipart", 
respectively. Due to previous common usage, a number of exceptions are 
built into the rule, and a number of single words are flagged, such 
as "Toolbar" and "Filename", that should be cased as two distinct words, 
in this case, "ToolBar" and "FileName".

Original issue reported on code.google.com by forever....@gmail.com on 31 Jan 2008 at 11:14

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 31 Jan 2008 at 11:23