-
Defect
-
Resolution: Won't Do
-
Major
-
None
-
None
Since adopting the Factory design pattern for creating our objects it is inappropriate for an object to generate its own identifier.
If we decide to change the way our identifiers are generated it would require a hard code change in this class to get the change added. If we use Factories we could inject our identifier generation policy on the factory.
If we decide to change the way our identifiers are generated it would require a hard code change in this class to get the change added. If we use Factories we could inject our identifier generation policy on the factory.
- is related to
-
GTWY-714 Not all objects are using machine specific identifiers.
- Done