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

Connascence of Timing (dynamic)

Connascence of execution occurs when the timing of execution is important.

Example

  
timeout = 200; // Milliseconds
socket.writeRequest(data);
answer = socket.readResponse(timeout);


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