Skip to content

Commit e96f997

Browse files
committed
Formatting tweak
1 parent fcaef03 commit e96f997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2022-04-23-naming-things-is-hard-namespaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Oh, and by the same reasoning - 'Implementations' isn't a namespace either :)
4343
## Quick Tips
4444

4545
- If a namespace will contain several child items, make it plural, _e.g._
46-
[`Microsoft.Extensions.Options.DataAnnotations`](https://nuget.org/packages/Microsoft.Extensions.Options.DataAnnotationsDataAnnotations),
47-
or [`System.IO.Pipelines`](https://nuget.org/packages/System.IO.Pipelines)
46+
[Microsoft.Extensions.Options.DataAnnotations](https://nuget.org/packages/Microsoft.Extensions.Options.DataAnnotationsDataAnnotations),
47+
or [System.IO.Pipelines](https://nuget.org/packages/System.IO.Pipelines)
4848

4949
- If a namespace will contain a particular implementation of something, make it singular, _e.g._
50-
[`Microsoft.Extensions.FileSystemGlobbing`](https://nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing),
51-
or [`System.Security.SecureString`](https://nuget.org/packages/System.Security.SecureString)
50+
[Microsoft.Extensions.FileSystemGlobbing](https://nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing),
51+
or [System.Security.SecureString](https://nuget.org/packages/System.Security.SecureString)
5252

5353
- Name namespaces after the behaviours or services they provide, _e.g._ 'Security', 'Caching',
5454
'Logging', etc

0 commit comments

Comments
 (0)