Darrel Schneider created GEODE-9449:
---------------------------------------
Summary: remove 'b' prefix from constants
Key: GEODE-9449
URL: https://issues.apache.org/jira/browse/GEODE-9449
Project: Geode
Issue Type: Improvement
Components: redis
Reporter: Darrel Schneider
I number of constants in the redis packages have a 'b' prefix on their name.
This might have been a use of Hungarian notation but that is not clear. The
convention for constant names in geode is all upper case with underscore
between words. So the 'b' prefix should be removed. See StringBytesGlossary for
the location of many of these constants. Most of the constants in
StringBytesGlossary contains bytes, one or more, but if a few of the constants
in it are actually String instances. Consider renaming them to have _STRING
suffix or moving them to another class like StringGlossary.
The byte array constants in this class are marked with the MakeImmutable
annotation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)