python-openflow icon indicating copy to clipboard operation
python-openflow copied to clipboard

groups similar methods/classes

Open erickvermot opened this issue 8 years ago • 1 comments

Group similarities as in HWAdress and DPID. The have very similar pack functions for example. Maybe should they be derived from a same base class ("colon separated hex values...") Same with echo request, echo reply, and hello... and many others..

Maybe implement using Mixin classes, as proposed by Diego. I agree;

erickvermot avatar Mar 20 '17 17:03 erickvermot

I Agree. Definitely this need a refactoring. There is a few duplicated code there.

For instance _fmt is not being used in some cases. But lets discuss this on future refactoring.

beraldoleal avatar Mar 21 '17 13:03 beraldoleal