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

add BookUnit class instead of Compilable module #1543

Merged
merged 1 commit into from
Aug 16, 2020
Merged

Conversation

takahashim
Copy link
Collaborator

BookUnit is (abstract) superclass of Chapter and Part.

`BookUnit` is (abstract) superclass of `Chapter` and `Part`.
@takahashim
Copy link
Collaborator Author

@kmuto Compilableをモジュールじゃなくてスーパークラスにしてみたんですが、どうでしょうか。

変更する理由としては以下になります。

  • 今のところスーパークラスっぽい使われ方しかしていない(ChapterとPartからincludeされているだけなので)ので、素直にスーパークラスにした方が分かりやすそう
  • 共通する初期化処理を入れたい(Index関連)
  • 名前としては Section しか思いつかなかったのでどうしようかと思っていたが、 Document Unit or Book Unit というのを思いついた(Book::BookUnitになるのはくどいけど、どうせあまり使われない名前のでくどいくらいで良さそう)

@kmuto
Copy link
Owner

kmuto commented Aug 16, 2020

スーパークラスにするのは賛成です。
Book Unitは確かにほかに何かないかな…とは思いましたが、編集必携など見てもあまりいい情報もないですし、そう使うものでもないからこのままいきましょうか。

@takahashim
Copy link
Collaborator Author

ではこれでいってみます

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