460 results for “topic:tdd-kata”
This repository contains Hands on Test Driven Development Katas (C#)
My solutions for CODEWARS: A collection of TDD katas (simple programs) written in JavaScript, Python, and more to learn and have fun!
Tutorials about implementing TDD in Java
We value TDD as the key practice to get a well-founded test suite that provides you the confidence over regression and refactoring. TDD 是获得良好的测试防护网的关键实践。其核心要义有三:提升反馈速度、支撑重构、自动化回归测试。
Programming kata is an exercise which helps a programmer hone his skills through practice and repetition.
Best practices guide for Unity : Versioning, unit testing, TDD and Clean Architecture
Poker Hands Kata in Java
Everything about testing, especially TDD, Test-Driven Development: Really, It’s a Design Technique
Creating a ReactJS Component using TDD
Refactoring for high-performance Agile Software Development, refactoring for better code. Refactoring is about improving the quality of your code by simplifying your code. Simpler code enables agility, the ability to change your code quickly, to add new features, to meet people's ever-changing needs.
This repository contains Hands on Test Driven Development Katas - implemented using .NET Core
No description provided.
The bank account TDD kata (Java)
Payment form (React + TDD kata)
Examples of how to refactor unit tests
This repository contains Hands on Test Driven Development Katas - implemented using JavaScript
A sample project demonstrating Test-Driven Development (TDD) using .Net 8 and Vertical Slice Architecture based on Minimal APIs in .NET Core
This repository contains Hands on Test Driven Development Katas - implemented using PHP
HarryPotter kata for practice TDD implemented in Java by Jorge Sánchez (Xurxodev)
A kata project to practice Test Driven Development with Nextjs.
A kata to practice dealing with expensive and hard-to-test infrastructure.
Extreme Programming
Tic Tac Toe implementation using TDD and made all tests run on every new pull request using Unity Actions.
This repo is DEPRECATED. Please use https://github.com/bobocode-projects/java-fundamentals-course
This repository contains Hands on Test Driven Development Katas - implemented using Python
An advanced KATA to introduce Clean Code, TDD and Hexagonal Architecture.
🥋⛩️ The kata scaffolding tool
This is a "game" inspired by the mars rover kata.
Materials for practicing and teaching test-driven development (TDD)
Bowling Game Kata