Assemblies, Namespaces,classes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Josema

    Assemblies, Namespaces,classes

    Hi,

    My question its more about the theory about how to organize namespaces,
    assemblies, etc...

    Im very desorganized, and sometimes i create for instance some classes and
    namespaces, but when i finish the job, or i have complete the 70%, i see that
    it could be better organized, and its a little frustrating...

    Could you provide to me some links to interesting web pages about
    organization of assemblies, classes, namespaces, etc...?

    --
    Thanks
    Regards.
    Josema
  • Steve Walker

    #2
    Re: Assemblies, Namespaces,clas ses

    In message <4D92839B-BE52-40EC-9AC0-5791F4680316@mi crosoft.com>, Josema
    <Jestrade@ocu.o rg> writes[color=blue]
    >Hi,
    >
    >My question its more about the theory about how to organize namespaces,
    >assemblies, etc...
    >
    >Im very desorganized, and sometimes i create for instance some classes and
    >namespaces, but when i finish the job, or i have complete the 70%, i see that
    >it could be better organized, and its a little frustrating...[/color]

    What you are saying implies that you aren't doing a great deal of
    upfront design work before you start writing code. If you prefer to work
    that way (and I wouldn't recommend it) you need to continuously refactor
    as your design evolves. My advice would be to get a solid design (with
    at the very least most if not all of the classes identified) before you
    write a line of code.

    --
    Steve Walker

    Comment

    Working...