Skip to content

🧪 Series of short and repeatable programming challenges which are meant to exercise everything from your focus, to your workflow.

Notifications You must be signed in to change notification settings

Thavarshan/phpunit-code-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Katas with PHPUnit

Introduction

If martial artists use kata as a method for exercise and practice, what might be the equivalent for coders like us? Coding katas are short, repeatable programming challenges which are meant to exercise everything from your focus, to your workflow.

Katas

  • Prime Factors
  • Roman Numerals
  • Bowling Game
  • String Calculator
  • Tennis Match
  • FizzBuzz
  • The Gilded Rose

Installation

Prerequisites

To run this project, you must have PHP 7.3 or higher installed.

Begin by cloning this repository to your machine, and installing all Composer dependencies.

Get Started

git clone git@github.com:Thavarshan/phpunit-code-katas.git katas
cd katas && composer install

Testing

Just run PHPUnit in the project root.

./vendor/bin/phpunit

About

🧪 Series of short and repeatable programming challenges which are meant to exercise everything from your focus, to your workflow.

Topics

Resources

Stars

Watchers

Forks

Languages