Menu

#1 God Class in ClientCommThread

1.0
closed
God Class (2)
2016-04-02
2016-04-02
No

Code smell: God Class
Location: birdsong.comm.ClientCommThread
Rationale: The class ClientCommThread is acting like a God Class, thread type should be agile and clean. We should refactor using Extract Class, extracting serving Socket variable and the method disconnect() to improve code comprehension.

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.