Search:

Type: Posts; User: copeg

Search: Search took 0.56 seconds.

  1. Replies
    5
    Views
    3,007

    Re: Static to non-static - Organization

    Thanks dlorde for your input. That is exactly how I did it, using interfaces rather than setting things in stone with objects. In the end it still has dependencies, but things have better...
  2. Replies
    5
    Views
    3,007

    Re: Static to non-static - Organization

    Thanks Json. I know its not a trivial question, I was just wondering if there was a simple sort of design pattern that I was missing, which evidently there probably isn't. Changing the code turned...
  3. Replies
    5
    Views
    3,007

    Static to non-static - Organization

    I'm working on a project, written by another group, that relies heavily on a few static objects. As a result it makes the adaptability of the project pretty...well, static. For my project I want to...
Results 1 to 3 of 3