This post is meant to provide some insight regarding where I’m coming from with some of my other thoughts and posts. John Sonmez did a great post regarding “11 Rules All Programmers Should Live By” and that post resonated very well with me. I agree with all of his rules, and… Read more »
Putting a silver color background on your comments is a quick and easy productivity booster for me. It may seem subtle but I’ve found it way easier to visually recognize comments with the silver background than if I just leave it white. I do this both within Visual Studio *and*… Read more »
Abstract Provide a technique for setting up configuration files that can support multiple environments (e.g. staging and production) and allow for central deployment without having to update config files on the fly during deployment. Benefits of the approach described: config files are not touched during deployment developers are forced to… Read more »