Remove Examples Remove Quality Assurance Remove Software Review Remove Systems Review
article thumbnail

The early returns on gen AI for software development

CIO

Generative AI is already having an impact on multiple areas of IT, most notably in software development. Early use cases include code generation and documentation, test case generation and test automation, as well as code optimization and refactoring, among others.

article thumbnail

The Hidden Gem of Savings in the Software Delivery. And no, it’s not AI

CIO

According to Deloitte research , AI will boost the productivity of software development processes from 50% to 1000%. It will improve project management, help with requirements creation, assist developers with coding, cover the system with auto-tests, report defects, and improve deployment.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Quality Management is Risk Management

Xebia

In software development this can be translated into ‘prevent bugs from ending up in the codebase’. An example of the first category would be a team identifying unsolvable issues during refinement , or realizing the value of the feature has diminished. This is basically assuming the system is correct until proven otherwise.

article thumbnail

Calculating The Cost of Software Quality in Your Organization

OverOps

The following is a guest post from Herb Krasner, an Advisory Board Member for the Consortium for IT Software Quality (CISQ) and industry consultant for 5 decades. Demands of the competitive global economy have placed a strong emphasis on quality across the IT industry, and it shows no signs of going away.

article thumbnail

Why We Code Review Before We Estimate

Tandem

We love working with clients who have big dreams for their current systems. Before we start working with an existing application, we like to have the opportunity to audit its current state and do a code review. Benefits of robust code review. Does it run? Language/framework audit.

article thumbnail

AoAD2 Practice: Fast, Reliable Tests

James Shore

With TDD, you run the tests as often as one or two times every minute. If they don’t, you won’t be able to get feedback within 1-5 seconds, and that’s crucial for the TDD loop to work effectively. A narrow test is focused on a small amount of code. The more tests you have, the more important speed and reliability become.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. We produce high-quality code in small, verifiable steps. At best, mistakes lead to code that won’t compile. No wonder, then, that software is buggy. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring.