https://github.com/ttskch/nagoyaphp14
https://github.com/ttskch/nagoyaphp14
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttskch/nagoyaphp14
- Owner: ttskch
- License: mit
- Created: 2019-02-06T01:27:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T06:33:04.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T12:24:13.375Z (about 1 year ago)
- Language: PHP
- Homepage: http://nabetani.sakura.ne.jp/hena/orde17palin/
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nagoyaphp14
## 雛形
### 1. インストール
```bash
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ composer install
```
### 2. 実装
[Nagoyaphp\Dokaku14\Dokaku14::run()](/src/Dokaku14.php#L9) を適切に実装する。
### 3. テスト
```bash
$ composer test
```
[Nagoyaphp\Dokaku14\Dokaku14Test::test()](/tests/Dokaku14Test.php#L24) のテストが全てパスすればOK。
## 回答例
### 参考
https://speakerdeck.com/ttskch/jin-ri-false-toushu-ku-wen-ti-falsearukorisumuli
### 例1
https://github.com/ttskch/nagoyaphp14/tree/impl1
```
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ git checkout impl1
$ composer install
$ composer test
```
### 例2
https://github.com/ttskch/nagoyaphp14/tree/impl2
```
$ git clone git@github.com:ttskch/nagoyaphp14.git
$ cd nagoyaphp14
$ git checkout impl2
$ composer install
$ composer test
```