Upgrade to Pro — share decks privately, control downloads, hide ads and more …

自作PHPライブラリをリファクタリングした / Refactoring library

howyi
December 21, 2018

自作PHPライブラリをリファクタリングした / Refactoring library

社内勉強会で発表したスライドです。

ライブラリ: https://github.com/howyi/conv

howyi

December 21, 2018
Tweet

More Decks by howyi

Other Decks in Programming

Transcript

  1. makefileΛফͨ͠ composer scriptʹมߋʢ͔ͤͬ͘composerଆʹػೳ͕͋ΔͷͰʣ test: @vendor/bin/phpunit stan: @vendor/bin/phpstan analyse -l 7

    -c phpstan.neon src "scripts": { "test": "phpunit", "stan": "phpstan analyse -l 7 src", } Makefile $ make test $ make stan composer.json $ composer test $ composer stan