Search code examples
javanaming-conventionscamelcasing

Is a hyphen-split-word one word or mutiple words when CamelCasing it?


For example, BuiltinStuff or BuiltInStuff, which one is the correct class naming in Java?


Solution

  • My vote is on BuildInStuff.

    "buildin" isn't a word.