madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Code style: Rename #44

Open rklec opened 4 weeks ago

rklec commented 4 weeks ago

https://github.com/madhatter22/LinqToLdap/blob/af3187632c70242ae76a86117994c95c771cb60c/LinqToLdap/LdapConnectionFactory.cs

is more of a builder than a factory. Ref https://stackoverflow.com/questions/757743/what-is-the-difference-between-builder-design-pattern-and-factory-design-pattern

So maybe it should be renamed?