I have implemented the design pattern but I don't know how to implement the refactoring approach in the design pattern in java. I am confused about from which point I should start. So, could anyone tell me how to solve these problems?
Hi. I think design patterns is a set of common solutions to recurring problems in development. We may think they as best practices you can apply when solving problems, it's divided in behavioral, structural and creational patterns. Refactoring is a technique when you rewrite or modify your code to make it clean, concise, small, with no redundancies, using object oriented approach and making use of design patterns of course. I guess they go hand in hand!
You could specify what you want to refactor, is it a class, method or some procedural legacy code?
@Juliano:-Thanks for replying me. I appreciate your answer but i want to refactor a total design pattern. It means that, first i will choose a design pattern as observer and i want to refactor it totally.Can it be possible.Thanks.