Menu

#1 Communicator1

1.0
closed
None
2016-04-02
2016-03-29
No

Code Smell: God/Large Class
Class: ClientCommunication
Refactoring: Extract class

We decided to divide the class, in order to simplify the comunication. We created the ClientCommSender Class to deal with the outgoing communitions. So, the ClientComminucationClass has to deal only with the income communication.

Discussion

  • Nicole Oliveira Rita

     
  • Nicole Oliveira Rita

    • status: pending --> open
     
  • Nicole Oliveira Rita

    • summary: Client1 --> Communicator1
     
  • Nicole Oliveira Rita

    • assigned_to: Nicole Oliveira Rita --> Ana Sara Neves Morais
     
  • Ana Sara Neves Morais

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,5 @@
     Code Smell: God/Large Class
     Class: ClientCommunication
    -Refactoring: 
    +Refactoring: Extract class
    +
    +We decided to divide the class, in order to simplify the comunication. We created the ClientCommSender Class to deal with the outside communition. So, the ClientComminucationClass has to deal only with the income communication.
    
     
  • Ana Sara Neves Morais

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,4 +2,4 @@
     Class: ClientCommunication
     Refactoring: Extract class
    
    -We decided to divide the class, in order to simplify the comunication. We created the ClientCommSender Class to deal with the outside communition. So, the ClientComminucationClass has to deal only with the income communication.
    +We decided to divide the class, in order to simplify the comunication. We created the ClientCommSender Class to deal with the outgoing communitions. So, the ClientComminucationClass has to deal only with the income communication.
    
     
  • Ana Sara Neves Morais

    • status: open --> closed
     

Log in to post a comment.