[ next ] [ prev ] [ contents ] Connascence and Java

Connascence of Algorithm (static)

Connascence of algorithm occurs whenever two components must agree on a particular algorithm.

Example

  
barcode = readBarCode();

if (isValidBarCode(barcode)) {
  // ...
}


[ next ] [ prev ] [ contents ] Copyright 2001 by Jim Weirich.
All rights reserved.