2017 © Pedro Peláez
 

project codeclub

A codeclub starting point

image

zalas/codeclub

A codeclub starting point

  • Wednesday, July 13, 2016
  • by jakzal
  • Repository
  • 1 Watchers
  • 1 Stars
  • 21 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Code club

Initialize your code club project:, (*1)

composer create-project zalas/codeclub

3 Laws of TDD

  • Don’t write any code unless you are making a failing test pass
  • Don’t add to the test more than enough to get a failure
  • Only write enough code to make the one failing test to pass

4 Rules of Simple Design

  • All tests must run and pass
  • Contains no duplication
  • Express the intent of the programmer
  • Minimise number of classes and methods

Code Kata

  • http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue
  • http://katas.softwarecraftsmanship.org/
  • http://codekatas.org/

String calculator

  • Returns 0 when "0" is passed as a string
  • Returns 0 when no arguments are passed
  • Returns the bare number
  • Returns the sum of space separated strings
  • Returns the sum of white spaces separated string
  • Returns the sum of string with any separator

The Versions

13/07 2016

dev-phpunit

dev-phpunit

A codeclub starting point

  Sources   Download

MIT

The Development Requires

13/07 2016

dev-master

9999999-dev

A codeclub starting point

  Sources   Download

MIT

The Development Requires

13/07 2016

v1.0.3

1.0.3.0

A codeclub starting point

  Sources   Download

MIT

The Development Requires

01/04 2014

v1.0.2

1.0.2.0

A codeclub starting point

  Sources   Download

MIT

The Development Requires

24/01 2014

v1.0.1

1.0.1.0

A codeclub starting point

  Sources   Download

MIT

The Development Requires

24/01 2014

v1.0.0

1.0.0.0

A codeclub starting point

  Sources   Download

MIT

The Development Requires