Tag Archives: Visual Studio

Tracking code comments with Task List

Intro I discourage the use of code comments (no keep reading please), because they are unmaintainable, don’t force you to write readable code and are often written so poorly that they don’t reveal intent anyway. I’ve written about this a … Continue reading

Posted in Visual Studio | Tagged , | Leave a comment

Improve Your Productivity With Code Snippets

With a combination of hotkeys or via the context menu you can insert pieces of code into your code file, called Code Snippets. They can be used to insert entire methods and or classes, but are used more often to … Continue reading

Posted in Visual Studio | Tagged , | Leave a comment