Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverklee/word-combinations
This is a programming exercise (or coding kata) about finding words that are the concatenation of two other words.
https://github.com/oliverklee/word-combinations
Last synced: about 2 months ago
JSON representation
This is a programming exercise (or coding kata) about finding words that are the concatenation of two other words.
- Host: GitHub
- URL: https://github.com/oliverklee/word-combinations
- Owner: oliverklee
- License: gpl-3.0
- Created: 2015-10-28T23:30:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T13:14:07.000Z (over 6 years ago)
- Last Synced: 2024-10-21T06:58:28.584Z (3 months ago)
- Language: PHP
- Homepage: https://github.com/oliverklee/tdd-reader
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Word combinations TDD kata
[![Build Status](https://travis-ci.org/oliverklee/word-combinations.svg?branch=master)](https://travis-ci.org/oliverklee/word-combinations)
[![Latest Stable Version](https://poser.pugx.org/oliverklee/word-combinations/v/stable.svg)](https://packagist.org/packages/oliverklee/word-combinations)
[![Total Downloads](https://poser.pugx.org/oliverklee/word-combinations/downloads.svg)](https://packagist.org/packages/oliverklee/word-combinations)
[![Latest Unstable Version](https://poser.pugx.org/oliverklee/word-combinations/v/unstable.svg)](https://packagist.org/packages/oliverklee/word-combinations)
[![License](https://poser.pugx.org/oliverklee/word-combinations/license.svg)](https://packagist.org/packages/oliverklee/word-combinations)This is a programming exercise (or coding kata) about finding words that are the concatenation of two other words.
## About me (Oliver Klee)
I am the maintainer of the
[PHPUnit TYPO3 extension](http://typo3.org/extensions/repository/view/phpunit),
which is available in the TYPO3 extension repository (TER).You can book me for
[workshops](https://www.oliverklee.de/workshops/workshops.html)
at your company.I also frequently give workshops at the TYPO3 Developer Days.
## More Documentation
* [Handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader)
## Other example projects
* [TDD Seed](https://github.com/oliverklee/tdd-seed)
for starting PHPUnit projects with Composer (without TYPO3 CMS)
* [Selenium demo](https://github.com/oliverklee/selenium-demo)
for using Selenium with PHPUnit
* [Coffee example](https://github.com/oliverklee/coffee)
is my starting point for demonstrating TDD
* [Tea example](https://github.com/oliverklee/ext_tea)
for unit tests for extbase extensions for TYPO3 CMS