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

Divide into packages #2

Open
kojisuke opened this issue Jan 19, 2015 · 2 comments
Open

Divide into packages #2

kojisuke opened this issue Jan 19, 2015 · 2 comments

Comments

@kojisuke
Copy link

I think it better to divide classes into proper packages, such as:

com.enixer.dominionshuffler.cardlist
→ model(Card.java), dao(CardDao.java), logic/service(CardBizLogc.java, CardListCtrl.java)

com.enixer.dominionshuffler
→ activity(DominionShuffler.java)

@kojisuke
Copy link
Author

Also, you should avoid naming "BizLogic" and "Ctrl" to a class name,
because these names do not express what they do.

@junk0612
Copy link
Owner

I divided classes into some packages following your opinion.
But, how do we determine the name of these classes?
I have no idea.

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

No branches or pull requests

2 participants