ValueOf icon indicating copy to clipboard operation
ValueOf copied to clipboard

Factory could be replaced with new TThis();

Open dbarwikowski opened this issue 3 years ago • 0 comments

Code could be simplified.

https://github.com/mcintyre321/ValueOf/blob/84e9e841374007da1ba1319e2cb4d00b4313d959/ValueOf/ValueOf.cs#L55

TThis x = new TThis();

Contents of constructor could be removed then: https://github.com/mcintyre321/ValueOf/blob/84e9e841374007da1ba1319e2cb4d00b4313d959/ValueOf/ValueOf.cs#L28-L40

dbarwikowski avatar Jul 27 '22 12:07 dbarwikowski