| avworkz wrote
(yes we have consider making one big module and may still do it, but the treeview module has many functions we want to reuse). |
I'm only giving my $0.02 cents here because I have seen this question so much over the years.
If you want to reuse the TreeView perhaps you can include it as a reusable .ascx control on the page?
I always encourage developer's to make "small modules" and leverage the DotNetNuke framework, however, there are times where 2 pieces are functionality are really one.
For example the tree view and the resulting click comprise one functional thing. One would be useless without the other. In this case trying to make a separate module out of each part can cause needless complexity.