Compare the results of all three mapping algorithms
fit.AccTestFixtures.LabelMappingFixture | ||||
label | camel | graceful names | extended camel | notes |
hi there! | hiThere | hiThere | hiThereBang | "Bang" is a developer term. |
123.45 | one2345 | one2345 | one23Dot45 | |
pass | pass_ | pass_ | pass_ | "pass" is a Python reserved word |
try_this | tryThis | tryThis | try_this | Python regards _ as an alphabetic char, not a special character |
Leading caps | LeadingCaps | LeadingCaps | LeadingCaps | |
One2buckle My shoe | One2buckleMyShoe | One2BuckleMyShoe | One2buckleMyShoe | Note the capitalization of "buckle" |