Every decent programming book tells you to write readable code. Few people do. Code is read a lot more often than it is being written. Fact. Programming style is all about personal taste. Agreed. On the other hand, well… let’s just take a very small piece of code from the BCL written by Microsoft: Type [...]