eXtremeProgramming-cn / xp-dojo

Licence: GPL-3.0 license
极限编程线下道场指导手册

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to xp-dojo

cmv-widgets
Dojo Widgets to extend the functionality of CMV
Stars: ✭ 19 (-5%)
Mutual labels:  dojo
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (+180%)
Mutual labels:  test-driven-development
baserepo
Base repository
Stars: ✭ 71 (+255%)
Mutual labels:  test-driven-development
nerdojo
🥋 Coding Dojo é uma forma de treinar suas habilidades em desenvolvimento de sistemas. Usamos o formato KATA. Nesse formato vamos apresentar o desafio e apresentar a proposta de solução (sem mostrar o código), e reunir as pessoas em equipes. Esse repositório serve como uma central de tudo o que acontece no NCD. Fique por dentro!
Stars: ✭ 36 (+80%)
Mutual labels:  dojo
react-native-unit-tests
Example how to test React Native components
Stars: ✭ 79 (+295%)
Mutual labels:  test-driven-development
utest
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
Stars: ✭ 18 (-10%)
Mutual labels:  test-driven-development
cmv-contrib-widgets
User contributed widgets for CMV
Stars: ✭ 36 (+80%)
Mutual labels:  dojo
mockfn
A mocking library for Clojure.
Stars: ✭ 18 (-10%)
Mutual labels:  test-driven-development
actix sqlx mysql user crud
A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.
Stars: ✭ 78 (+290%)
Mutual labels:  test-driven-development
mockcpp
Two C/C++ testing tools, mockcpp and testngpp.
Stars: ✭ 40 (+100%)
Mutual labels:  test-driven-development
dojos
This is where the Novoda team do all their hacking
Stars: ✭ 74 (+270%)
Mutual labels:  dojo
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (+105%)
Mutual labels:  test-driven-development
mlconjug3
A Python library to conjugate verbs in French, English, Spanish, Italian, Portuguese and Romanian (more soon) using Machine Learning techniques.
Stars: ✭ 47 (+135%)
Mutual labels:  test-driven-development
awesome-javascript-katas
A curated list of javascript katas.
Stars: ✭ 25 (+25%)
Mutual labels:  dojo
widgets
🚀 Dojo - UI widgets.
Stars: ✭ 82 (+310%)
Mutual labels:  dojo
cmv-widgets
Widgets for CMV, the Configurable Map Viewer.
Stars: ✭ 37 (+85%)
Mutual labels:  dojo
laravel-test-watcher
Laravel Test Watcher
Stars: ✭ 20 (+0%)
Mutual labels:  test-driven-development
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+755%)
Mutual labels:  test-driven-development
Forum-Advanced
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 14 (-30%)
Mutual labels:  test-driven-development
drftest
drftest is a minimal testing library that aims to facilitate writing tests for django rest framework views. It also [optionally] generates good looking API documentations based on tests it runs.
Stars: ✭ 26 (+30%)
Mutual labels:  test-driven-development

极限编程道场

目录

本手册介绍

这是一份关于如何组织极限编程线下道场的指导手册。

📜 用户故事

作为 一名热心的极限编程实践者与传播者

我希望 有一份手册指导我如何组织极限编程线下道场

这样 我可以让更多人直观感受极限编程的魅力

本手册分为两个主要部分:

  1. 如何组织一次极限编程的线下道场;
  2. 如何在道场中引导有效的练习。

在第二部分中,我们尽量采用模块化的设计,以便道场的组织者根据参与者的水平和道场的时间长度选取合适的模块组合。

离线使用本手册

📜 用户故事

作为 需要在网络不好的环境中组织和引导道场的导师

我希望 在自己的电脑上看到本手册的内容

这样 我可以在道场过程中随时查阅指导手册

  1. 运行下列命令:

    git clone https://github.com/eXtremeProgramming-cn/xp-dojo.git 
    cd xp-dojo 
    npm install 
    npm run serve
  2. 从浏览器访问 http://localhost:4003

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].