Lakritzator / harmony

C# library for connecting to and controlling the Logitech Harmony Hub.
MIT License
5 stars 0 forks source link

Move all entities and other objects to HarmonyHub namespace #16

Closed Slion closed 8 years ago

Slion commented 8 years ago

It makes thing a lot easier and nicer to use in foreign projects where you don't want or just can't keep adding using directives because of various name conflict.

So HarmonyHub.Function is not such a pain as HarmonyHub.Entities.Response.Function.

Lakritzator commented 8 years ago

I moved them away to avoid the cluttering of the root... but I understand this request. Let me think about it...

Slion commented 8 years ago

Which clutter are you talking about? There is like 2 classes in the HarmonyHub namespace.

Lakritzator commented 8 years ago

Yes, now there are, but there will be a lot if I move all to the root.

Lakritzator commented 8 years ago

Anyway, Howard has merged the PR, I currently don't want to push another so shortly.

Slion commented 8 years ago

We probably have less than twenty classes. That's not what I call clutter :)

Slion commented 8 years ago

Done.