#247: code cleaning: "month" is pluralized with 's' only
-----------------------+----------------------------------------------------
Reporter: jblayloc | Owner: jblayloc
Type: defect | Status: new
Priority: trivial | Milestone:
Component: *general* | Version:
Keywords: Invenio |
-----------------------+----------------------------------------------------
There are a few places in the Invenio codebase where the word "month"
appears in the API, pluralized as "monthes". This is not typical
colloquial American English usage. Further I mean to propose that any
time you have a code object and want to pluralize it, you can just add an
's'. Most of the time it's correct, and when it's not, one can argue that
it breaks the language convention because it's a code object rather than a
real one. I'm unwilling to extend the same grace to the 'es' form of
month used in the Invenio API because it creates an additional special
case not conforming to any normal expectations.
--
Ticket URL: <http://invenio-software.org/ticket/247>
Invenio <http://invenio-software.org>