Menu

#2 Feature Envy in BirdsongClientImplementation.disconnect()

1.0
closed
2016-04-02
2016-04-02
No

Code smell: Feature Envy
Location: BirdsongClientImplementation.disconnect()
Rationale: The method BirdsongClientImplementation.disconnect() is using a method from class ClientSideComm. We should move it to the ClientSideComm class to improve cohesion and reduce coupling.

Discussion

  • Fábio Rocha

    Fábio Rocha - 2016-04-02
    • status: open --> closed
     
  • Fábio Rocha

    Fábio Rocha - 2016-04-02

    Resolved.

     

Log in to post a comment.