stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

*Locator classes may not have default public constructor #50

Open jonnyzzz opened 11 years ago

jonnyzzz commented 11 years ago

It looks like the best way to use locators is to use static factory methods. I thinks it's better than to have private/protected default constructor to avoid confusion on the first usage.