Files
gerrit/polygerrit-ui/app/constants
Dmitrii Filippov e903bbfd00 Rename enums to singular nouns in constants.js
According to the google code style guide, enum names should generally
be singular nouns.
https://google.github.io/styleguide/jsguide.html#naming-enum-names.

Change-Id: I49b3d495e61ba4c0a582e6c26accdd82e1352d1c
2020-05-06 12:57:39 +02:00
..
2020-04-06 17:23:10 +02:00
2020-04-06 17:23:10 +02:00

constants folder should contain:

  1. constants used across files
  2. messages used across files, like toasters, notifications etc

For every constant defined, please add a @desc for it, once the list grows bigger, we should consider grouping them with sub folders / files.