Skip to content

Conversation

@TammyHer
Copy link

@TammyHer TammyHer commented Apr 6, 2016

3 files that contain the info for the exercise.

Score score;
Boolean stable = true;

planet = new PlanetExpress();

Choose a reason for hiding this comment

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

If you are not going to use the undeclared variable anywhere, I would recommend doing the declaration (PlanetExpress planet) and the assignment = new PlanetExpress() all on one line

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