Remove Examples Remove Software Review Remove TDD Remove Technical Review
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

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

TechCrunch

One of my favorite examples is in the first Harry Potter movie, when Hagrid takes Harry to Diagon Alley, the magical shopping district that introduces him (and us) to the world of wizarding. So far, web3 has not paid off on the Promise of the Premise : open source software that runs live on the blockchain. cloud servers.”

Insiders

Sign Up for our Newsletter

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

article thumbnail

TDD saved the day

Xebia

Sometimes, the coding task in front of you can be overwhelmingly complex. To tackle each operation, I started with a small test, following the principles of Test-Driven Development (TDD). Then, you implement a portion of the code that fulfills the test’s requirements. Clean up the code, and repeat.

article thumbnail

The Real Reasons for Doing Test-Driven Development ??

Xebia

Why do people apply TDD? What Are the Real Reasons for Doing TDD? Test-Driven Development (TDD) is a controversial topic amongst developers. After many years of doing TDD daily, I think part of the reason is that some people do not fully grasp the reasons behind TDD. TDD and the Values of XP.

article thumbnail

TDD + data driven with Jest

StubHub

During my years as developer, I have faced several troubles in production due to bugs. For me, this is a huge problem because I love to sleep, and I cannot sleep well if I have doubts about the quality of my code. Because of this, I started some years ago to study how to sleep well, which came down to learning about testing my code.

article thumbnail

5 ways to do Continuously Improved Testing

Xebia

Definition of Done – a team needs to agree that executing these tests is part of delivering changes and when changing code, new tests should be added. principles of testing (popularized by the book Clean Code by Robert C Martin ). From a process perspective, you should aim to ensure they are executed before the code is merged.

Testing 130
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.