L
Ludwig
Hi,
we're planning to create a framework of reusable components. Now, we
are having a discussion on how to set up the namespace hierarchy.
We have components like a mult-select TreeView, a VATChecker, a
serializable Dictionary and so on.
One approach could be:
Company.Windows.Forms (containing treeview)
Company.Common.Validators (containing VATChecker class)
Company.Common.Collections.Generic.SerializableDictionary
Company.Web (web related stuff)
Company.NetCF (mobile stuff)
Someone told me to add business into the namespace hierarchy, like:
Company.Finance (containing VATChecker class).
So I'm looking for some guidance here: what is the best approach and
why?
Thanks!
we're planning to create a framework of reusable components. Now, we
are having a discussion on how to set up the namespace hierarchy.
We have components like a mult-select TreeView, a VATChecker, a
serializable Dictionary and so on.
One approach could be:
Company.Windows.Forms (containing treeview)
Company.Common.Validators (containing VATChecker class)
Company.Common.Collections.Generic.SerializableDictionary
Company.Web (web related stuff)
Company.NetCF (mobile stuff)
Someone told me to add business into the namespace hierarchy, like:
Company.Finance (containing VATChecker class).
So I'm looking for some guidance here: what is the best approach and
why?
Thanks!