Re: What would be the best way to work with huge class hierarchies?

2016-06-03 Thread Steven Schveighoffer via Digitalmars-d-learn
On 6/3/16 11:32 AM, O/N/Src wrote: Hi I'm trying to bring a class hierarchy with a lot of classes in D style. The original classes have sometimes identical names like "button" or "control". With the namespaces I've classes like followings ui.core.Button and subclasses like ui.web.mobile.Butt

What would be the best way to work with huge class hierarchies?

2016-06-03 Thread O/N/Src via Digitalmars-d-learn
Hi I'm trying to bring a class hierarchy with a lot of classes in D style. The original classes have sometimes identical names like "button" or "control". With the namespaces I've classes like followings ui.core.Button ...and subclasses like ui.web.mobile.Button ui.web.desktop.Button ui.deskto