2017 © Pedro Peláez
 

library kata1

A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition

image

desarrolla2/kata1

A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition

  • Friday, July 22, 2016
  • by desarrolla2
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

KATA 1

A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition. The term was probably first coined by Dave Thomas, co-author of the book The Pragmatic Programmer, in a bow to the Japanese concept of kata in the martial arts., (*1)

SensioLabsInsight, (*2)

Packagist Packagist Packagist Build Status Scrutinizer Code Quality Code Coverage Build Status, (*3)

Installation

Requires PHP 5.6 or newer., (*4)

You need Composer and Bower to run this project., (*5)

First install dependencies, (*6)

$ composer install

This step is not mandatory, but this will install some assets., (*7)

$ bower install

And run PHP Build-in, (*8)

$ cd web && php -S localhost:8001

Tests

Execute test suite running, (*9)

vendor/bin/phpunit -c phpunit.xml.dist

or you can view travis-ci results here, (*10)

Coding Style

We use Symfony2 Coding Standards you can fix your code running before send your PR, (*11)

ant cs

This step requiere ant, php-cs-fixer and php-formatter installed in your system, (*12)

You can see scrutinizer code rating here, (*13)

License

This project is licensed under the MIT license., (*14)

The Versions

22/07 2016

dev-master

9999999-dev

A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition

  Sources   Download

MIT

The Requires

 

The Development Requires