You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2021. It is now read-only.
The linter currently requires variables like GatewayId to be named GatewayID because of this.
The thing is, "Id" in cases like the above is not an initialism/abbreviation/acronym. It is just a shortening from "identifier" or "identification" — not "identity document" or any other two-word term.
I therefore suggest removing ID from that map, because requiring to rename GatewayId to GatewayID does not make any sense.
The text was updated successfully, but these errors were encountered:
The linter currently requires variables like
GatewayId
to be namedGatewayID
because of this.The thing is, "Id" in cases like the above is not an initialism/abbreviation/acronym. It is just a shortening from "identifier" or "identification" — not "identity document" or any other two-word term.
I therefore suggest removing
ID
from that map, because requiring to renameGatewayId
toGatewayID
does not make any sense.The text was updated successfully, but these errors were encountered: