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

TDD or Test-Last? One Thing at a Time

Xebia

Disentangling Programming Concerns At first glance, all the activities I mentioned seem inseparable, like a big blob of spaghetti code. What do we want to achieve with the code we’re creating? In most cases, we need the ability to evolve the code. We introduce design to our software. The post TDD or Test-Last?

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

TDD saved the day

Xebia

Sometimes, the coding task in front of you can be overwhelmingly complex. Armed with a few assumptions about how things should work, I embarked on developing an application with a graphical UI and a backend. To tackle each operation, I started with a small test, following the principles of Test-Driven Development (TDD).

article thumbnail

TechCrunch+ roundup: Technical due diligence, web3’s promise, how to hire well

TechCrunch

So far, web3 has not paid off on the Promise of the Premise : open source software that runs live on the blockchain. “It’s still much easier to develop a Web 2.0 Use discount code TCPLUSROUNDUP to save 20% off a one- or two-year subscription. 8 questions to answer before your startup faces technical due diligence.

article thumbnail

TechCrunch+ roundup: Fundraising beyond the Bay Area, web3 gaming, TDD prep checklist

TechCrunch

Use discount code TCPLUSROUNDUP to save 20% off a one- or two-year subscription. “We A prep checklist for startups about to undergo technical due diligence. Code quality. Code, network and information security. Development process. A prep checklist for startups about to undergo technical due diligence.

article thumbnail

The Real Reasons for Doing Test-Driven Development ??

Xebia

Why do people apply TDD? Learn about the actual goal and values hidden under the surface of Test-Driven Development. What Are the Real Reasons for Doing TDD? Test-Driven Development (TDD) is a controversial topic amongst developers. It is a vehicle to drive development. TDD and the Values of XP.

article thumbnail

Bliki: TestDrivenDevelopment

Martin Fowler

Test-Driven Development (TDD) is a technique for building software that guides software development by writing tests. It was developed by Kent Beck in the late 1990's as part of Extreme Programming. Write the functional code until the test passes. Write the functional code until the test passes.