article thumbnail

8 questions to answer before your startup faces technical due diligence

TechCrunch

Will your organization and your code pass technical due diligence when it’s your turn? Let’s start with the positives: If an investor is proceeding with technical due diligence (TDD), you’ll likely pass. Here’s the not-so-good news: Companies can pass the business test, but fail TDD.

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.

Insiders

Sign Up for our Newsletter

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

article thumbnail

On Code Reviews

Henrik Warne

There seems to be an established truth in programming that code reviews find a lot of bugs. An example is chapter 18 (Modern Code Review ) in the book Making Software. This is however not my experience – I rarely find outright bugs when reviewing changes. Why code review?

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.

article thumbnail

Mending the rift between business stakeholders and development teams

Xebia

In today’s business world, the synergy between stakeholders, product management and development teams are paramount. Customer’s problem At one of our major clients at Xebia customers complained, that the project velocity was inconsistent, while the development team seemed perpetually busy.

article thumbnail

Microsoft and Cognizant team up to boost enterprise Copilot adoption

CIO

But the partnership seeks to go beyond Cognizant’s internal use, with Microsoft and Cognizant teaming up to promote generative AI use across Cognizant’s global client base through the advisory and digital transformation services arm of Cognizant’s business.

article thumbnail

Agile, Stand-ups, TDD and Code Reviews

The Programmer's Paradox

It all has to be very reactive; you keep fiddling with the code until it gets traction. Under those conditions, it doesn’t make sense to cross all the t’s and dot the i’s as the life expectancy of the code is weeks or months. As a great example, Stand-ups always come to mind. Mostly that is a bad idea. Is everything ok?