seems like a trivial point until you realize that you need consistency. Not being a native English speaker, I prefer to ask for both grammar and style. Which one should be preferred among these method names, returning a list of URIs, each of which is associated with an object?
objectUriList()
objectsUriList()
objectUrisList()
objectsUrisList()
Also, you consider it a good style to make explicit that the returned object is a list in the method name. Perhaps something like objectUris()(or its correct form) would be beautiful and intuitive in any case.
source
share