oliverklee/word-combinations

Programming exercise (or coding kata) about finding words that are the concatenation of two other words.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/oliverklee/word-combinations

dev-master 2018-10-20 13:14 UTC

This package is auto-updated.

Last update: 2025-10-21 06:06:42 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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, which is available in the TYPO3 extension repository (TER).

You can book me for workshops at your company.

I also frequently give workshops at the TYPO3 Developer Days.

More Documentation

Other example projects

  • TDD Seed for starting PHPUnit projects with Composer (without TYPO3 CMS)
  • Selenium demo for using Selenium with PHPUnit
  • Coffee example is my starting point for demonstrating TDD
  • Tea example for unit tests for extbase extensions for TYPO3 CMS