IntelliTect/CodingGuidelines

Proposal: Extension method location

Opened this issue · 1 comments

Keboo commented

Consider: Place extension methods in the same namespace as the type that it extensions.

Keboo commented

Discussion: Which is better discoverability or avoiding naming collisions with the extension method classes?
Consider how this might be solved with global usings.