architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

Prevent direct instantiation.

Open lycheetw opened this issue 5 years ago • 0 comments

Using private constructor instead of public constructor is better for singleton pattern.

lycheetw avatar Apr 19 '20 13:04 lycheetw