davidfowl / DotNetCodingPatterns

A collection of coding patterns in no particular order
1.38k stars 99 forks source link

Change method declaration to ctor #8

Closed kiapanahi closed 3 years ago

kiapanahi commented 3 years ago

Change public void Something to ctor in the "lazy initialization of services" scenario

kiapanahi commented 3 years ago

Closing due to mixed branches. I'll create another PR related to this