LarsGast / DeckOfPlayingCards

Simple code to play with a standard deck of 52 cards
MIT License
0 stars 0 forks source link

Update namespaces #8

Closed LarsGast closed 1 year ago

LarsGast commented 1 year ago

Is your feature request related to a problem? Please describe. The namespace for the library is currently DeckOfCardsLibrary. The word library seems unnecessary.

Describe the solution you'd like Change the namespace of the library to DeckOfPlayingCards, which is the same name of the NuGet package.

Describe alternatives you've considered Other possible names for the namespace are DeckOfCards or PlayingCards, but since the NuGet package is called DeckOfPlayingCards, that seems the most intuitive.

Additional context Updating the namespace is a breaking change, as this will change affect the way the package is referenced in the projects that use it. This means other issues will get priority over this one. I may also want to consider changing the name of the GitHub repo to DeckOfPlayingCards for full consistency.