As I've been blog'ging lately - I'm a Rotor convert! There are so many great examples on how to create tight code in the Rotor source that it really does pay to use it to improve your own coding techniques. This week I've been noticing the input checking...
While reading through some Rotor source I was reminded of the wonderful C# syntax for looping constructs, some of which included: THE FOR REPETITION STRUCTURE The header of the for structure has a whacky format: for( statement1; statement2; statement3...
Recently Justin Rogers got me enthusiastic about Rotor source code and today I see that Joel has uploaded a list of places where Rotor is discussed: http://weblogs.asp.net/joelpob/archive/2004/03/17/91506.aspx