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

Enumの使用例 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enumの使用例 #4

wants to merge 1 commit into from

Conversation

Gaddict
Copy link
Member

@Gaddict Gaddict commented Jan 27, 2016

これだけゴチャゴチャ書けるのはJavaだけっぽい

これだけゴチャゴチャ書けるのはJavaだけっぽい
@@ -0,0 +1,26 @@
// かっこいいEnumの活用

public enum FileType {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使う側の話だけど、共通化させて、どのクラスからも参照しやすいようにディレクトリ構成にして無駄なコードを作成しないようにエンジニアに教えてあげるようにするといいと思う。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

どのクラスからも参照しやすいようにディレクトリ構成にして

ここがちょっとよくわからないんだけど、
ディレクトリ構成ってenumの中の構造のこと?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インナークラスにenumを突っ込んで使うわけではなければって意味

例えば、

class Hoge {
  enum Fuga {
  }
}

みたいに使うなら特に気にすることはないかな
今回はどういう状況で使ってるのかわからないからどっちとも言えないけど

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

なるほど

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