Values
Respect
Respect is one of the values of Extreme Programming:
Everyone gives and feels the respect they deserve as a valued team member. Everyone contributes value even if it's simply enthusiasm. … Read more
Communication
Communication is a key value in Extreme Programming.
See Also
Courage
Feedback
Respect
Simplicity
Reference
The Values of Extreme Programming Read more
Principles
Patterns
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