Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active June 21, 2017 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tai2/5509673 to your computer and use it in GitHub Desktop.
Save tai2/5509673 to your computer and use it in GitHub Desktop.
理想のプログラミングスタイル
  • Explicit is better than implicit.
  • Design From The Client Side
  • 高凝集・疎結合
  • テストしやすいインターフェイス
  • 異なる抽象度のレイヤー構造
  • デバッグ機能の作り込みはたいせつ
  • コメントは必要最低限に(コードそのものをドキュメントにする)
  • メッセージパッシングはすばらしい
  • ボイラープレートの最小化
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment