Chris Salisbury

Results 2 comments of Chris Salisbury

Couple of things I can think of 1. Use only one statement per line. Don't use the Visual Basic line separator character (:). For example `System.Threading.Thread.Sleep(Sleep) : AttemptFailure = True...

@AdamSpeight2008 good point about inline comments - I didn't think that through. @jaredpar good point about the `:` - I guess it's in there for a reason. :) I like...