-
Notifications
You must be signed in to change notification settings - Fork 41
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
Ashley #25
base: master
Are you sure you want to change the base?
Ashley #25
Conversation
game interface. dice game abstract class.
goFishDisplay and dice abstract class
Hazel branch
drew a beetle. Player class.
Wrote methods for PlayerWarehouse class
Interfaces + bj display
Merge pull request #7 from smartist17/Ashley
public class PlayerTest { | ||
|
||
@Test | ||
public void PlayerConstructorTest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I detect that this code is problematic. According to the Bad practice (BAD_PRACTICE), Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION).
Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized.
No description provided.