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
I can find the envelope object for IHoneyComb intuitively.
The usual naming rule is to name the envelope object similar to the interface name:
IHoneyComb -> HoneyCombEnvelope
Actual Behavior
The envelope object is named CombEnvelope
Steps to reproduce the behavior
The log given by the failure.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered:
I had chosen CombEnvelope to follow the paradigma that names should be short to allow for quick reading. I think when working with the library, it should be quickly learned that the name is CombEnvelope, as it is also placed in the "Comb" folder. Otherwise I would rename IHoneyComb to IComb rather than the other way around.
Expected Behavior
I can find the envelope object for
IHoneyComb
intuitively.The usual naming rule is to name the envelope object similar to the interface name:
IHoneyComb -> HoneyCombEnvelope
Actual Behavior
The envelope object is named
CombEnvelope
Steps to reproduce the behavior
The log given by the failure.
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: