Tag: Best Practices

  • Unicorn Series Overview

    Unicorn Series Overview

    Headline: All the modern software development practices really do make significant business impact. This focuses on Agile Software Development. Contents Disclaimer: As usual, there is not information in this series that would be considered proprietary information for C&C Reservoirs. This is the overview and index for a series on software development practices the team I’m…

  • What’s Your Quality Bar?

    I put “New Horizontal Tab Group”, “Run Code Analysis on Solution” , and “Analyze Code Coverage for All Tests” on a Visual Studio Toolbar called “Quality”. Before you check-in The steps before checking in code should be: Get Latest Version Build Run Code Analysis on Solution Analyzed Code Coverage for All Tests Most advice as…