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

Kadai2 imura81gt #23

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

Kadai2 imura81gt #23

wants to merge 13 commits into from

Conversation

imura81gt
Copy link

@imura81gt imura81gt commented Sep 16, 2019

TODO:

  • Q.標準パッケージでどのように使われているか
  • Q.io.Readerとio.Writerがあることで、どういう利点があるのか具体例を挙げて考えてみる
  • テストのしやすさを考えてリファクタリングしてみる
  • テストのカバレッジを取ってみる
  • テーブル駆動テストを行う
  • テストヘルパーを作ってみる

難しかったところ

  • flag の test を書こうと思ったが…
    • 何回もParse()ができないみたいで redefined: <flagname> で panic が起きて諦めた
    • init 関数が外部から読み込めないので main() に移動するのが良さそう?
  • Convert の io.Writer / io.Reader をファイル以外を使って書きたいと思ったが完成しなかった
    • Writer: bytes.bufferを使う?
    • Reader: testdata/ に置いたファイルを使うか、 1x1のpng/gif/jpg を base64エンコードして使うとか?

@imura81gt imura81gt changed the base branch from master to kadai1-imura81gt September 16, 2019 12:33
@imura81gt imura81gt self-assigned this Sep 16, 2019
@imura81gt imura81gt changed the base branch from kadai1-imura81gt to master September 17, 2019 15:35
@imura81gt imura81gt marked this pull request as ready for review October 6, 2019 15:47
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