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
Make sure that suffixes and prefixes don't class with existing and future concepts
Change VajramNameImpl to VajramNameWrapper: When we introduce Vajram inheritance via Vajram Protocols, presumably vajrams which implement the protocol will be named ProtocolNameImpl. To avoid this clashes, and to move away from the inhertance implications of Impl suffix, change it to Wrapper
Merge and Change VajramNameFacets and VajramNameFacetUtil to VajramName_Fcts: We want this name to be as short as possible while also being descriptive: VajramName_Facets is too long, VajramName_F is too cryptic.
Change VajramNameFacetUtil.VajramNameCommonFacets to VajramName_CommonFcts top level class.
Change VajramNameFacetUtil.VajramNameBatchFacets to VajramName_BatchFcts top level class.
The text was updated successfully, but these errors were encountered:
Make sure that suffixes and prefixes don't class with existing and future concepts
Change
VajramNameImpl
toVajramNameWrapper
: When we introduce Vajram inheritance via Vajram Protocols, presumably vajrams whichimplement
the protocol will be namedProtocolNameImpl
. To avoid this clashes, and to move away from the inhertance implications ofImpl
suffix, change it toWrapper
Merge and Change
VajramNameFacets
andVajramNameFacetUtil
toVajramName_Fcts
: We want this name to be as short as possible while also being descriptive:VajramName_Facets
is too long,VajramName_F
is too cryptic.Change
VajramNameFacetUtil.VajramNameCommonFacets
toVajramName_CommonFcts
top level class.Change
VajramNameFacetUtil.VajramNameBatchFacets
toVajramName_BatchFcts
top level class.The text was updated successfully, but these errors were encountered: