Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kadai-2-sh-tatsuno #19

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

kadai-2-sh-tatsuno #19

wants to merge 11 commits into from

Conversation

sh-tatsuno
Copy link

@sh-tatsuno sh-tatsuno commented Jun 11, 2019

【今回の課題分(一部重複あり)】

  • テストのしやすさを考えたリファクタリング
  • テストカバレッジの取得
  • テーブル駆動テストを実施
  • テストヘルパーの作成
  • io.Writerとio.Readerについて

【前回指摘事項の修正】

  • suffixに直す
  • ”imgconv” のリテラルを os.Args[0]にする
  • Imgを略さない・Pathと画像自体の情報を持ったものなので名前を修正
  • import部分のコメントの修正
  • NewImgで構造体を作る以上のことをしない
  • フィールドにあるPathを引数で渡さない
  • var err errorの部分の修正
  • !os.IsNotExist(err)部分での他のエラーハンドリング
  • エラーでない部分をnilで明示的に返す
  • AddExt->WithExt
  • Replaceの命名
  • prevPathの修正
  • Removeしない
  • テーブル駆動テスト化
  • テストデータをtestdata配下に移動
  • SEPを略さない
  • エラーをos.Stdoutに出さない
  • 外部に出る値でiotaを使わない
  • pathListなどで変数定義せずに[]string{}のようなリテラルを引数に渡す

@sh-tatsuno sh-tatsuno removed the WIP label Jun 16, 2019
@sh-tatsuno sh-tatsuno changed the title kadai 2: refine image converter(brush up kadai1) & report about io.Writer & io.Reader kadai-2-sh-tatasuno Jun 18, 2019
@sh-tatsuno sh-tatsuno changed the title kadai-2-sh-tatasuno kadai-2-sh-tatsuno Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant