-
Notifications
You must be signed in to change notification settings - Fork 1
Conventions
dm03514 edited this page Nov 26, 2017
·
12 revisions
- operate on a
Valuesable
- do not mutate values
- always operates on multiple values through
.values()
- raises
ConditionNotMet
onapply
failure - always returns original values
- Must return either:
EventSuccessDecoratorResult
EventFailureResult
- Test for success case and assertion on type
EventSuccessDecoratorResult
- Returns an object which implements
Valuesable
- Test to assert on
Valuesable
return type
There should be a uniformity across all protocols and conventions with what to expect on each logging level.
-
Debug
-
Info
-
Warning
-
Error