Results 1 to 5 of 5

Thread: [RESOLVED] [2.0] How many class should be in 1 dll?

  1. #1

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Resolved [RESOLVED] [2.0] How many class should be in 1 dll?

    What are the maximum number of class should be in a dll?

  2. #2
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: [2.0] How many class should be in 1 dll?

    1 room 1 class hehe joke . Marzim hows cebu?

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [2.0] How many class should be in 1 dll?

    Quote Originally Posted by mar_zim
    What are the maximum number of class should be in a dll?
    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.

    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.
    I don't live here any more.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2.0] How many class should be in 1 dll?

    Use logic, make Spock proud.

    Group them logically into a clas.

  5. #5

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: [2.0] How many class should be in 1 dll?

    Thanks guys for all the replys.

    I just group them logically.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width