in reply to RFC: Using 'threads' common aspects

Small formatting suggestion, instead of interweaving the main logic of the program between function definitions, confine it to a single function called Main, see (tye)Re: Stupid question (and one discussion of that template Re^2: RFC: Creating unicursal stars)
  • Comment on Re: RFC: Using 'threads' common aspects

Replies are listed 'Best First'.
Re^2: RFC: Using 'threads' common aspects
by DeadPoet (Scribe) on Jan 08, 2011 at 13:04 UTC
    Fair enough, easy to implement, and can provide an additional level of variable restriction.