Sha256: a974e47ef52b8a9e45549e90d441bb8125a5ce2316cc7a0c5c55e4bc081b9721

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

[![Made By Teamed.io](http://img.teamed.io/btn.svg)](http://www.teamed.io)
[![DevOps By Rultor.com](http://www.rultor.com/b/teamed/pdd)](http://www.rultor.com/p/teamed/pdd)

[![Build Status](https://travis-ci.org/teamed/pdd.svg)](https://travis-ci.org/teamed/pdd)
[![Gem Version](https://badge.fury.io/rb/pdd.svg)](http://badge.fury.io/rb/pdd)
[![Dependency Status](https://gemnasium.com/teamed/pdd.svg)](https://gemnasium.com/teamed/pdd)
[![Code Climate](http://img.shields.io/codeclimate/github/teamed/pdd.svg)](https://codeclimate.com/github/teamed/pdd)
[![Coverage Status](https://img.shields.io/coveralls/teamed/pdd.svg)](https://coveralls.io/r/teamed/pdd)

Install it first:

```bash
$ apt-get install -y libmagic1 libmagic-dev ruby-dev
$ gem install pdd
```

Run it locally and read its output:

```bash
$ pdd --help
```

Every puzzle has to be formatted like this (pay attention
to the leading space in every consecutive line):

```java
/**
 * @todo #234:15m/DEV This is something to do later
 *  in one of the next releases. I can't figure out how
 *  how to implement it now, that's why the puzzle.
 */
```

It starts with `@todo`, followed by a space and a puzzle marker.
Possible formats of puzzle markers:

```
#224
#TEST-13
#55:45min
#67/DES
#678:40m/DEV
```

Read this article about
[Puzzle Driven Development](http://www.yegor256.com/2009/03/04/pdd.html).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pdd-0.11 README.md
pdd-0.10 README.md
pdd-0.9 README.md
pdd-0.8 README.md