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
This class was written for a specific purpose but doesn't generalize well. Source, destination, and payload would probably be better than typ, value, state, and source. Type basically refers to destination and value+state is sort of payload that is not generic enough. Payload structure should be encapsulated into its own class depending on the usage.
The text was updated successfully, but these errors were encountered:
This class was written for a specific purpose but doesn't generalize well. Source, destination, and payload would probably be better than typ, value, state, and source. Type basically refers to destination and value+state is sort of payload that is not generic enough. Payload structure should be encapsulated into its own class depending on the usage.
The text was updated successfully, but these errors were encountered: