2006/12/06 09:02 Developer
The Seam Model
Seam
A seam is a place where you can alter behavior in your program without editing in that place.
- you have a place where behavior can change.
- The source code should be the same in both production and test.
Enabling Point
Every seam has an enabling point, a place where you can make the decision to use one behavior or another.
A seam is a place where you can alter behavior in your program without editing in that place.
- you have a place where behavior can change.
- The source code should be the same in both production and test.
Enabling Point
Every seam has an enabling point, a place where you can make the decision to use one behavior or another.
