outsideris / popularconvention

analyzing code convention from github commits for Github data challenge II
http://sideeffect.kr/popularconvention/
MIT License
737 stars 52 forks source link

Confusing description #49

Open bchristie opened 10 years ago

bchristie commented 10 years ago

c# :: Constant Name

Constant name is neither all caps and pascal cased ref

:confused: I'm not sure what this is going for as it lists snake/pascal case in the example. Could this maybe be worded deifferently?

outsideris commented 10 years ago

Could you suggest new sentence? Because English is not my native language.

bchristie commented 10 years ago

"Constant name is neither all caps nor pascal cased"

that means both of the following are true:

outsideris commented 10 years ago

@bchristie But I intended to mean for it. There are "Constant is Pascal cased" and "Constant name is all caps with underscore(_)", so "Constant name is neither all caps nor pascal cased" include a case not included both former cases.