What are the maximum number of class should be in a dll?
Printable View
What are the maximum number of class should be in a dll?
1 room 1 class hehe joke . Marzim hows cebu?
As many as you like, if it makes sense to put 1000 classes in there then do it. Although you'll probably start to experience startup lag if you have LOADS of classes.Quote:
Originally Posted by mar_zim
No harm in just making lots of small DLLs though.
Doesn't really matter as long as the structure of your code and your program is sensible.
Use logic, make Spock proud.
Group them logically into a clas.
Thanks guys for all the replys.
I just group them logically. :)