Can any one suggest what is the best way to write good code that is understandable without a single line of comments?
I think that the concept of Fluent Interfaces is really a good example of this.
var bob = DB.GetCustomers().FromCountry("USA").WithName("Bob")