We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Also, you should avoid naming "BizLogic" and "Ctrl" to a class name, because these names do not express what they do.
Sorry, something went wrong.
I divided classes into some packages following your opinion. But, how do we determine the name of these classes? I have no idea.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: