[ 
https://issues.apache.org/jira/browse/GOSSIP-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Dusbabek updated GOSSIP-82:
--------------------------------
    Description: 
The message classes (things that get send across the wire) are confusing for 
the following reasons:
* Abstract classes where a simple tagging interface would suffice (look at the 
classes that extend other classes but do not add any fields or methods)
* Trackable should be built into to probably every message
* The UDP implementations are probably superfluous.
* It is difficult to know what all the message types are, which are abstract or 
concrete, etc. It would be nice if we had a class that tracked all the default 
message types in a static list/array.

I'd like to see a flatter inheritance structure and more use of interfaces vs 
abstract classes.

  was:
The message classes (things that get send across the wire) are confusing for 
the following reasons:
* Abstract classes where a simple tagging interface would suffice (look at the 
classes that extend other classes but do not add any fields or methods)
* Trackable should be built into to probably every message
* The UDP implementations are probably superfluous.

I'd like to see a flatter inheritance structure and more use of interfaces vs 
abstract classes.


> Messages need to be refactored
> ------------------------------
>
>                 Key: GOSSIP-82
>                 URL: https://issues.apache.org/jira/browse/GOSSIP-82
>             Project: Gossip
>          Issue Type: Improvement
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>
> The message classes (things that get send across the wire) are confusing for 
> the following reasons:
> * Abstract classes where a simple tagging interface would suffice (look at 
> the classes that extend other classes but do not add any fields or methods)
> * Trackable should be built into to probably every message
> * The UDP implementations are probably superfluous.
> * It is difficult to know what all the message types are, which are abstract 
> or concrete, etc. It would be nice if we had a class that tracked all the 
> default message types in a static list/array.
> I'd like to see a flatter inheritance structure and more use of interfaces vs 
> abstract classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to