I have tried to eliminate the dirty practices observed in code by performing following refactoring mechanisms.
Extract method refactoring
Rename Method
Decompose Conditional
Move method
Extract Class
and changed a bidirectional association to unidirectional
I have tried to eliminate the dirty practices observed in code by performing following refactoring mechanisms. Extract method refactoring Rename Method Decompose Conditional
Move method Extract Class and changed a bidirectional association to unidirectional