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
The fouleggs sample application makes use of the DefaultMessagingProtocol, which should only be used for testing and debugging purposes.
Problem Description
DefaultMessagingProtocol should only be used for testing and debugging purposes, because it does not model domain logic and introduces tight coupling. Our sample applications should show best practices.
Issue
The
fouleggs
sample application makes use of theDefaultMessagingProtocol
, which should only be used for testing and debugging purposes.Problem Description
DefaultMessagingProtocol
should only be used for testing and debugging purposes, because it does not model domain logic and introduces tight coupling. Our sample applications should show best practices.Supporting Information
See PR #105 review and comments.
The text was updated successfully, but these errors were encountered: