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. A prep checklist for startups about to undergo technical due diligence. monetization.”.

article thumbnail

TDD: primitive obsession ( part 3 )

Apiumhub

Last month we talked about TDD example in software development ( part 1 ) and TDD first cycle ( part 2 ). In this new TDD and primitive obsession article, we will focus on removing duplication and reinforcing the constructors of our entities, something key to have a robust system. TDD: primitive obsession.

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 First Cycle ( part 2)

Apiumhub

Let’s continue with our series of TDD articles, in the first part we looked at the theory behind the TDD and Unit Testing. In this second part, TDD First Cycle , we begin to develop our application, an application of notes where a user can write notes and everything that comes to our mind. TDD First Cycle.

article thumbnail

Unraveling the Power of Jest: A Comprehensive Guide

InnovationM

In the realm of modern software development, testing is indispensable. Mocking Dependencies : Strategies for mocking external dependencies such as API requests or database connections to facilitate unit testing. Async Matchers: Utilizing async matchers in Jest to test asynchronous code, including to Resolve, to Reject, and to Throw.

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.

article thumbnail

30 Common CI/CD Interview Questions (With Answers)

Dzone - DevOps

Can you name some deployment strategies? Name a few types of tests used in software development. What is TDD? What is the main difference between BDD and TDD? What mechanisms are there to secure it? How does testing fit into CI? Should testing always be automated? How many tests should a project have?

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.