picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.58k stars 325 forks source link

Suggestion: not unified namespaces #237

Closed keepwn closed 9 years ago

keepwn commented 9 years ago

In using, some namespaces are not unified. Such as. In Gtk: ButtonHandler's namespace is Eto.GtkSharp GridHandler's namespace is Eto.GtkSharp.Forms.Controls CellHandler's namespace is Eto.GtkSharp.Forms.Cells In Wpf: ButtonHandler's namespace is Eto.Wpf.Forms.Controls GridHandler's namespace is Eto.Wpf.Forms.Controls CellHandler's namespace is Eto.Wpf.Forms.Controls

etc.

Perhaps, unified namespace will be more clear and convenient, isn't it?

cwensley commented 9 years ago

Yeah this happened due to moving files around without changing namespaces. I think it'd be best for each class to get the namespace associated with its folder, so adding new classes will take the same namespace.

cwensley commented 9 years ago

Thanks again for the suggestion! All classes should now have their proper namespaces and be consistent across platforms.