Pattern

  • Death March

    The worst part of a death march project is that virtually everybody involved with it knows it's a death march project.

    See Also

    Respect

    References

    Amazon - Death March: The Complete Software … Read more

  • Adapter Pattern

    The Adapter Design Pattern, also known as the Wrapper, allows two classes to work together that otherwise would have incompatible interfaces.  In this case, this software design pattern maps … Read more

  • Strategy Design Pattern

    The Strategy Design Pattern allows an object to have some or all of its behavior defined in terms of another object which follows a particular interface.  A particular instance of this interface … Read more