Naming style: camelCase or not? Plural or not? (#81)

The following mail was posted on the GitHub issue tracker:

> From: Kévin Dunglas
> Subject: [Specifications] Naming style: camelCase or not? Plural or not? (#81)
> Date: 5 Jan 2015 08:53:47 GMT+1
> 
> Hi,
> 
> I'm working on implementing a JSON-LD+Hydra API. Some property's names follow the camelCase style and some other are all in lowercase.
> 
> Ex:
> 
> 	• entrypoint / readonly / writeonly (all in small caps)
> 	• statusCodes / supportedProperty / supportedOperation
> A similar naming inconsistency appends with the plural form:
> 
> 	• supportedClass / supportedOperation (singular)
> 	• statusCodes (plural)
> Is it intended?

Received on Monday, 5 January 2015 07:57:42 UTC