All Questions
Tagged with factory-pattern legacy-code
1 question
0
votes
2
answers
136
views
Should I refactor this class to use a Factory?
Given the following class in a Legacy code base without any UT's.
So any refactoring done should be done on the smallest possible scale, just in order to be able to write UT's.
public class Person
{
...