O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

OCLintを使ってみる

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Próximos SlideShares
IoTLT放送部の紹介
IoTLT放送部の紹介
Carregando em…3
×

Confira estes a seguir

1 de 9 Anúncio

Mais Conteúdo rRelacionado

Mais recentes (20)

Anúncio

OCLintを使ってみる

  1. 1. OCLintを使ってみる @taiko19xx / Toshihiko Kimura 13年8月31日土曜日
  2. 2. 簡単に自己紹介 • Twitter / @taiko19xx • Facebook / toshihiko.kimura.79 • GitHub / https://github.com/taiko19xx • 提督はじめました 13年8月31日土曜日
  3. 3. OCLintとは • http://oclint.org/ • いわゆる静的コード確認ツールです • 多言語でいうと、Clang, JSLint, PHPLint, Lint4J,Android Lint とか • きれいなコードに・・・? 13年8月31日土曜日
  4. 4. 検出してくれる項目 • Possible bugs - empty if/else/try/catch/finally statements • Unused code - unused local variables and parameters • Complicated code - high cyclomatic complexity, NPath complexity and high Non Commenting Source Statements • Redundant code - redundant if statement and useless parentheses • Code smells - long method and long parameter list 13年8月31日土曜日
  5. 5. チェックする項目 • http://docs.oclint.org/en/dev/rules/index.html 13年8月31日土曜日
  6. 6. 導入 • http://docs.oclint.org/en/dev/intro/ installation.html • こうなれば完了です • 簡単ですね 13年8月31日土曜日
  7. 7. XCodeから使う • Xcodeから使うには、もう一手間 • http://docs.oclint.org/en/dev/guide/ xcode.html 13年8月31日土曜日
  8. 8. まとめ • 目指せきれいなコード • P2から気にするといいかもしれません • インストールも設定も難しくないので 是非気が向いたらどうぞ 13年8月31日土曜日
  9. 9. 終 13年8月31日土曜日

×