Skip to content

Instantly share code, notes, and snippets.

View tenmyo's full-sized avatar

TENMYO Masakazu tenmyo

  • Japan
  • 08:13 (UTC +09:00)
View GitHub Profile
@azu
azu / textlint-contributing.md
Last active January 10, 2018 12:26
textlintの直し方

textlintの直し方

textlintの直し方をざっくりとまとめたものです。

相談したいことがある場合はGitterに日本語のchatがあるのでそちらを使ってみてください。 (これどうやって直せばいいのとか?)

Gitter

@podhmo
podhmo / Makefile
Last active August 13, 2017 14:43
default:
python cli.py || echo "err"
python cli.py -x 10 -y 3 || echo "err"
python cli.py -y 0 || echo "err" # error
python cli.py -y 0 --debug || echo "err" # error(verbose)
@j5ik2o
j5ik2o / gist:2970973
Last active June 6, 2024 14:24
ペアプロの心得

ペアプロの心得

休憩をとる

1.定期的に休憩をとっていますか? ペアプログラミングは、精神的な体力を消耗します。定期的に休憩をとってリフレッシュすることがとても大切です。

謙虚になる

2.「色々な実装方針がある」という認識がありますか?