It's suggested to use the following scheme for namespace conventions:.(|)[.][.]
[source][1]
----------
My question is: what to put instead of "company" when writing code as a private developer?
Simply using initials (2 letters) could potentially lead to many collisions if everyone did it like that.
----------
Write the full name? There's still lots of people in the world who share the same name and even if not all of them are developers collisions could still happen. Plus, requiring users of my library to write "using PeterPan;" seems kinda awkward...
[1]: https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-namespaces
↧