| [ next ] [ prev ] [ contents ] | Connascence and Java |
Connascence of algorithm occurs whenever two components must agree on a particular algorithm.
barcode = readBarCode();
if (isValidBarCode(barcode)) {
// ...
}
|
| [ next ] [ prev ] [ contents ] | Copyright 2001 by Jim Weirich. All rights reserved. |