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

各ビルダのtableメソッドのリファクタリング #1356

Merged
merged 4 commits into from
Aug 20, 2019

Conversation

kmuto
Copy link
Owner

@kmuto kmuto commented Aug 11, 2019

#1330 の準備の一環として、tableメソッドの整理をしました。

  • sepidx解析部分はほとんどのビルダで共通なので、Builder#parse_table_rowsを導入
  • その後のtrを各処理する部分もほぼ共通なので、Builder#table_trを導入

ただ、latexbuilderやidgxmlなどでどうしても渡したい固有の変数があり、仕方がないのでインスタンス変数を使って渡すようにしているところもあります。

@kmuto kmuto requested a review from takahashim August 11, 2019 13:18
@takahashim
Copy link
Collaborator

基本的な方針としては良さそうですが、細かいところでいくつか気になるところが。

  • parse_table_rows() にまとめるのは良さそうです。
  • table_tr()は名前がわかりにくい(<tr>を生成するやつかと思ったら違った…)ので、table_rows()でどうでしょうか。
  • ReVIEW::Bulder#table は、汎用化できるなら汎用化して必要ないところではサブクラスで再定義しないようにするか、汎用化できなさそうならNotImplementedErrorにした方がよいかと思います。LaTeX、Markdown、Plaintextあたりは汎用化できそう?

@kmuto
Copy link
Owner Author

kmuto commented Aug 19, 2019

ありがとうございます、Builder#tableはそういえばせっかく共通化作業をしたのにサブクラスから消すの忘れてました。

@kmuto
Copy link
Owner Author

kmuto commented Aug 19, 2019

これでどうでしょう。

@takahashim
Copy link
Collaborator

ありがとうございます!
まずはこれで行ってみますか。

@kmuto kmuto merged commit 0a1dbfd into master Aug 20, 2019
@kmuto kmuto deleted the refactoring-table branch August 20, 2019 06:41
kmuto added a commit that referenced this pull request Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants